We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a882a commit fbbf7bdCopy full SHA for fbbf7bd
README.md
@@ -140,7 +140,7 @@ const MyComponent = ({ userId }) => {
140
141
## Listening to events
142
143
-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
144
the internals. You can listen on these events by leveraging the hook to return the client and listen
145
directly to these events. Alternatively, if you are instantiating the FlagProvider with a client, use the client directly
146
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)
0 commit comments