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

Removing unnecessary space #1207

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/Advanced-Topics-Entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ All entities are stored in the ContentState record. The entites are referenced
by key within `ContentState` and React components used to decorate annotated
ranges. (We are currently deprecating a previous API for accessing Entities; see
issue
[#839](https://github.com/facebook/draft-js/issues/839)
.)
[#839](https://github.com/facebook/draft-js/issues/839).)

Using [decorators](/docs/advanced-topics-decorators.html) or
[custom block components](/docs/advanced-topics-block-components.html), you can
Expand Down