diff --git a/docs/admin/overview.mdx b/docs/admin/overview.mdx index 5da2abb34..fb7ad762f 100644 --- a/docs/admin/overview.mdx +++ b/docs/admin/overview.mdx @@ -98,7 +98,7 @@ The following options are available: | **`livePreview`** | Enable real-time editing for instant visual feedback of your front-end application. [More details](../live-preview/overview). | | **`meta`** | Base metadata to use for the Admin Panel. [More details](./metadata). | | **`routes`** | Replace built-in Admin Panel routes with your own custom routes. [More details](#customizing-routes). | -| **`suppressHydrationWarning`** | If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root tag. Defaults to `false`. | +| **`suppressHydrationWarning`** | If set to `true`, suppresses React hydration mismatch warnings during the hydration of the root `` tag. Defaults to `false`. | | **`theme`** | Restrict the Admin Panel theme to use only one of your choice. Default is `all`. | | **`user`** | The `slug` of the Collection that you want to allow to login to the Admin Panel. [More details](#the-admin-user-collection). |