Skip to content

Commit

Permalink
fix(typo): Fix typo in Resource.default docstring (#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
yehonatanz authored Jan 18, 2023
1 parent 5127371 commit 652d167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/opentelemetry-resources/src/Resource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class Resource {
}

/**
* Returns a Resource that indentifies the SDK in use.
* Returns a Resource that identifies the SDK in use.
*/
static default(): Resource {
return new Resource({
Expand Down

0 comments on commit 652d167

Please sign in to comment.