diff --git a/docs/src/docPages/api/extensions/focus.md b/docs/src/docPages/api/extensions/focus.md index 307e19b4..68a834b5 100644 --- a/docs/src/docPages/api/extensions/focus.md +++ b/docs/src/docPages/api/extensions/focus.md @@ -19,7 +19,7 @@ yarn add @tiptap/extension-focus | Option | Type | Default | Description | | --------- | --------- | ------------- | ------------------------------------------------------ | | className | `String` | `'has-focus'` | The class that is applied to the focused element. | -| nested | `Boolean` | `true` | When enabled nested elements get the focus class, too. | +| nested | `Boolean` | `false` | When enabled nested elements get the focus class, too. | ## Source code [packages/extension-focus/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-focus/)