Skip to content

Commit

Permalink
Documentation: Clarify RichText.Content Readme (#9605)
Browse files Browse the repository at this point in the history
* Edited for clarity

* chore: Further tweaks to sentence

* docs: Further tweaks, actually
  • Loading branch information
piersb authored and tofumatt committed Oct 3, 2018
1 parent 4691baf commit 2fe8cc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/editor/src/components/rich-text/README.md
Expand Up @@ -65,8 +65,7 @@ Render a rich [`contenteditable` input](https://developer.mozilla.org/en-US/docs

## RichText.Content

When using RichText in the edit function of blocks, the usage of `RichText.Content` is recommended in the save function of your blocks to save the correct HTML.

`RichText.Content` should be used in the `save` function of your block to correctly save rich text content.

## Example

Expand Down

0 comments on commit 2fe8cc0

Please sign in to comment.