Skip to content

Commit

Permalink
Fix:Spelling Mistake (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivkanya9146 authored May 26, 2020
1 parent 7233a03 commit c1b8653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic-tracer-node/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ provider.addSpanProcessor(new SimpleSpanProcessor(new ConsoleSpanExporter()));
* tracer provider. This means when you call API methods like
* `opentelemetry.trace.getTracer`, they will use this tracer provider. If you
* do not register a global tracer provider, instrumentation which calls these
* methods will recieve no-op implementations.
* methods will receive no-op implementations.
*/
provider.register();
const tracer = opentelemetry.trace.getTracer('example-basic-tracer-node');
Expand Down

0 comments on commit c1b8653

Please sign in to comment.