Skip to content

Commit

Permalink
Fix typo issue from propagages to propagates. (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtrinhdev authored Nov 19, 2024
1 parent 2b4e29e commit d8366a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let c = ServiceContext.withValue(context) {
assert(c == 42)
```

`ServiceContext` is a fundamental building block for how distributed tracing propagages trace identifiers.
`ServiceContext` is a fundamental building block for how distributed tracing propagates trace identifiers.

## Dependency

Expand Down

0 comments on commit d8366a6

Please sign in to comment.