Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

adds highlight in docs #2469

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/QuickStart-Rich-Styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ However, since your top-level React component is responsible for maintaining the

For inline and block style behavior, for example, the [`RichUtils`](/docs/api-reference-rich-utils) module provides a number of useful functions to help manipulate state.

Similarly, the [Modifier](/docs/api-reference-modifier) module also provides a
Similarly, the [`Modifier`](/docs/api-reference-modifier) module also provides a
number of common operations that allow you to apply edits, including changes
to text, styles, and more. This module is a suite of edit functions that
compose simpler, smaller edit functions to return the desired `EditorState`
Expand Down