Skip to content

Commit 7e3fd5d

Browse files
authored
docs: fix mdx error (#9945)
1 parent abee24e commit 7e3fd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following options are available:
9898
| **`livePreview`** | Enable real-time editing for instant visual feedback of your front-end application. [More details](../live-preview/overview). |
9999
| **`meta`** | Base metadata to use for the Admin Panel. [More details](./metadata). |
100100
| **`routes`** | Replace built-in Admin Panel routes with your own custom routes. [More details](#customizing-routes). |
101-
| **`suppressHydrationWarning`** | If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root <html> tag. Defaults to `false`. |
101+
| **`suppressHydrationWarning`** | If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root `<html>` tag. Defaults to `false`. |
102102
| **`theme`** | Restrict the Admin Panel theme to use only one of your choice. Default is `all`. |
103103
| **`user`** | The `slug` of the Collection that you want to allow to login to the Admin Panel. [More details](#the-admin-user-collection). |
104104

0 commit comments

Comments
 (0)