Skip to content

Commit 3d7082e

Browse files
committed
chore: more stuff
1 parent d422102 commit 3d7082e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Both TanStack `DevTools` and `EventClient` can be configured.
77

88
> [!IMPORTANT] all configuration is optional unless marked (required)
99
10-
## Devtools Configuration
10+
## Devtools Component Configuration
1111

1212
The `Devtools` component has two configuration props, regardless of Frameworks these are the same.
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const DevtoolsEventClient = new FormEventClient()
6767

6868
## Event Client Integration
6969

70-
Now we need to hook our `EventClient` into our application code. This can be done in many way's, a useEffect that emits the current state, or a subscription to an observer, all that matters is that when you want to emit the current state you do the following.
70+
Now we need to hook our `EventClient` into the application code. This can be done in many way's, a useEffect that emits the current state, or a subscription to an observer, all that matters is that when you want to emit the current state you do the following.
7171

7272
Our new library code will looks as follows:
7373

@@ -102,7 +102,7 @@ export function createCounter() {
102102
}
103103
```
104104

105-
> **Important** `EventClient` is framework agnostic so this process will be the same regardless of framework or even in vanilla JavaScript.
105+
> [!IMPORTANT] `EventClient` is framework agnostic so this process will be the same regardless of framework or even in vanilla JavaScript.
106106
107107
## Consuming The Event Client
108108

0 commit comments

Comments
 (0)