Skip to content

Commit 290eec0

Browse files
authored
chore: fix minor typo (open-telemetry#551)
1 parent e8abddb commit 290eec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opentelemetry-plugin-redis/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ npm install --save @opentelemetry/plugin-redis
1616
```
1717

1818
### Supported Versions
19-
- `>=2.6.0`
19+
- `>=2.6.0`
2020

2121
## Usage
2222

23-
OptenTelemetry Redis Instrumentation allows the user to automatically collect trace data and export them to the backend of choice, to give observability to distributed systems when working with [redis](https://www.npmjs.com/package/redis).
23+
OpenTelemetry Redis Instrumentation allows the user to automatically collect trace data and export them to the backend of choice, to give observability to distributed systems when working with [redis](https://www.npmjs.com/package/redis).
2424

2525
To load a specific plugin (**redis** in this case), specify it in the Node Tracer's configuration
2626
```js

0 commit comments

Comments
 (0)