Skip to content

Commit f2210a6

Browse files
authored
fix example variable
1 parent 96ed09d commit f2210a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)