Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Melinda Fekete <[email protected]>
  • Loading branch information
FredrikOseberg and melindafekete authored Jan 14, 2025
1 parent 18a882a commit fbbf7bd
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 @@ -140,7 +140,7 @@ const MyComponent = ({ userId }) => {

## Listening to events

The core Javascript client will emit different types on events based on what is happening in
The core Javascript client emits different types of events based on its
the internals. You can listen on these events by leveraging the hook to return the client and listen
directly to these events. Alternatively, if you are instantiating the FlagProvider with a client, use the client directly
to listen to events. [See the full list of events here.](https://github.com/Unleash/unleash-proxy-client-js?tab=readme-ov-file#available-events)
Expand Down

0 comments on commit fbbf7bd

Please sign in to comment.