Skip to content

Commit cfd7139

Browse files
committed
Proof read
1 parent 7602557 commit cfd7139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In the use case above, `AsyncComponent` can be any expensive-to-render component
5252

5353
### useMetricSubscription
5454

55-
For a more minimal approach, this package also exposed a hook:
55+
For a more minimal approach, this package also exposes a hook:
5656

5757
```JavaScript
5858
import { useMetricSubscription } from "metrics-queue-react";
@@ -187,7 +187,7 @@ MetricsQueue.plugins["your-plugin-name"]("example-metric", metric);
187187
// This will execute all event listeners on "example-metric"
188188
```
189189

190-
as soon as it mounts. It will also automatically events on the correct plugin without you having to specify `"your-plugin-name"` as a prop.
190+
as soon as it mounts. It will also automatically emit events on the correct plugin without you having to specify `"your-plugin-name"` as a prop.
191191

192192
## Contributing
193193

0 commit comments

Comments
 (0)