Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

Fix typo in docs/advanced/debugging.md (#3186)

authored by

Adam Söderström and committed by
GitHub
cb628ca4 35c97ccc

+1 -1
+1 -1
docs/advanced/debugging.md
··· 133 133 - ✅ **Create unique event types** : Key events should be easily identifiable and have a unique 134 134 names. 135 135 - ❌ **Don't listen to debug events inside your exchange**: While it's possible to call 136 - `client.subscsubscribeToDebugTarget` in an exchange it's only valuable when creating a debugging 136 + `client.subscribeToDebugTarget` in an exchange it's only valuable when creating a debugging 137 137 exchange, like the `devtoolsExchange`. 138 138 - ❌ **Don't send warnings in debug events**: Informing your user about warnings isn't effective 139 139 when the event isn't seen. You should still rely on `console.warn` so all users see your important