Skip to content

Commit

Permalink
Fix typo in opentelemetry-tracing types.js (open-telemetry#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwalz committed May 6, 2020
1 parent e5a31d7 commit b5569f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Resource } from '@opentelemetry/resources';
*/
export interface TracerConfig {
/**
* Attributed that will be applied on every span created by Tracer.
* Attributes that will be applied on every span created by Tracer.
* Useful to add infrastructure and environment information to your spans.
*/
defaultAttributes?: Attributes;
Expand Down

0 comments on commit b5569f8

Please sign in to comment.