Skip to content

Commit 7536635

Browse files
mayurkale22mwear
andauthored
Update packages/opentelemetry-api/src/trace/attributes.ts
Co-authored-by: Matthew Wear <[email protected]>
1 parent 353727b commit 7536635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opentelemetry-api/src/trace/attributes.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
/**
18-
* Defines a attributes interface.
19-
* These attributes provides additional data about the {@link Span}.
18+
* Defines attributes interface.
19+
* These attributes provide additional data about the {@link Span}.
2020
*/
2121
export interface Attributes {
2222
[attributeKey: string]: unknown;

0 commit comments

Comments
 (0)