diff --git a/docs/framework/react/guides/custom-plugins.md b/docs/framework/react/guides/custom-plugins.md index f1b1ccf7..dd06b469 100644 --- a/docs/framework/react/guides/custom-plugins.md +++ b/docs/framework/react/guides/custom-plugins.md @@ -62,7 +62,7 @@ class CustomEventClient extends EventClient { } // This is where the magic happens, it'll be used throughout your application. -export const DevtoolsEventClient = new FormEventClient() +export const DevtoolsEventClient = new CustomEventClient() ``` ## Event Client Integration