Skip to content

Commit 24a3a59

Browse files
authored
fix example variable (#247)
1 parent 96ed09d commit 24a3a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/custom-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class CustomEventClient extends EventClient<EventMap> {
6262
}
6363

6464
// This is where the magic happens, it'll be used throughout your application.
65-
export const DevtoolsEventClient = new FormEventClient()
65+
export const DevtoolsEventClient = new CustomEventClient()
6666
```
6767

6868
## Event Client Integration

0 commit comments

Comments
 (0)