Skip to content

Commit 3900434

Browse files
authored
fix(toolbar): Fix typo (#12872)
1 parent 652b90c commit 3900434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/sentry-toolbar/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The complete list of options is here:
9898
| `debug (optional)` | `string \| undefined` | A comma separated string of debug targets to enable. Example: `'logging,state'`. If the list contains 'all' or 'true' then all targets will be enabled. Valid targets: `'logging' 'login-success' 'settings' 'state'` | `undefined` |
9999
| `mountPoint (optional)` | `HTMLElement \| () => HTMLElement \| undefined` | Where to mount the Toolbar in the DOM. | `document.body` |
100100

101-
### Extra Reack Hook Options
101+
### Extra React Hook Options
102102

103103
The React hook supports some other top-level options. The defaults values are:
104104

0 commit comments

Comments
 (0)