From 3c7b9f53c7190c53576f980f9935919eddbae3b0 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 5 Feb 2021 18:14:18 +0100 Subject: [PATCH] docs: wording --- docs/src/docPages/api/extensions/focus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/api/extensions/focus.md b/docs/src/docPages/api/extensions/focus.md index edd67dde..8df89e09 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. | -| mode | `String` | `'all'` | Apply the class to `'all'`, the `'shallowest'` or the `'deepest'` node only. | +| mode | `String` | `'all'` | Apply the class to `'all'`, the `'shallowest'` or the `'deepest'` node. | ## Source code [packages/extension-focus/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-focus/)