README.md in opentelemetry-instrumentation-que-0.8.2 vs README.md in opentelemetry-instrumentation-que-0.8.3
- old
+ new
@@ -47,10 +47,10 @@
OpenTelemetry::SDK.configure do |c|
c.use 'OpenTelemetry::Instrumentation::Que', propagation_style: :none
end
```
-If you wish the job will be executed in the same logicial trace as a direct
+If you wish the job will be executed in the same logical trace as a direct
child of the span that enqueued the job then set propagation_style to `child`. By
default the jobs are just linked together.
```ruby
OpenTelemetry::SDK.configure do |c|