Skip to content

Commit

Permalink
[chore] Fix typo in README (open-telemetry#27639)
Browse files Browse the repository at this point in the history
**Documentation:** <Describe the documentation added.>
Found a typo while reading the transform processor readme.
  • Loading branch information
crobert-1 authored Oct 12, 2023
1 parent 18712c2 commit 220b111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/transformprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ transform:
- set(attributes["body"], body)
```

### Comnbine two attributes
### Combine two attributes
Set attribute `test` to the value of attributes `"foo"` and `"bar"` combined.
```yaml
transform:
Expand Down

0 comments on commit 220b111

Please sign in to comment.