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

Commit

Permalink
adds highlight in docs (#2469)
Browse files Browse the repository at this point in the history
Summary:
**Summary**

Adds a simple highlight in the docs  for rich styling.

Pull Request resolved: #2469

Reviewed By: elboman

Differential Revision: D22785878

Pulled By: mrkev

fbshipit-source-id: 3f0e2f2863d774935d3a181e4bf7c210a1cd31f2
  • Loading branch information
tundethomas authored and facebook-github-bot committed Jul 28, 2020
1 parent 170fe23 commit cef6191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QuickStart-Rich-Styling.md
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

0 comments on commit cef6191

Please sign in to comment.