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 fbbf7bd commit 8ce9769Copy full SHA for 8ce9769
README.md
@@ -141,7 +141,7 @@ const MyComponent = ({ userId }) => {
141
## Listening to events
142
143
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
+internal activity. You can listen to these events by using 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)
147
0 commit comments