From 9f0d115d27da8c164dc3592f671c432145ff8de7 Mon Sep 17 00:00:00 2001 From: Alastair Hole Date: Sat, 8 Sep 2018 15:11:24 -0700 Subject: [PATCH] Minor fix in entities docs (#1534) Summary: Minor documentation edit Pull Request resolved: https://github.com/facebook/draft-js/pull/1534 Differential Revision: D9735000 fbshipit-source-id: 85a920ce14db84c4c5ba8b39f84f5b8a4d2fef1f --- docs/Advanced-Topics-Entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Advanced-Topics-Entities.md b/docs/Advanced-Topics-Entities.md index 9f3356369e..efd65f1081 100644 --- a/docs/Advanced-Topics-Entities.md +++ b/docs/Advanced-Topics-Entities.md @@ -97,7 +97,7 @@ confusion around naming.)_ This text cannot be altered without removing the entity annotation from the text. Entities with this mutability type are effectively atomic. -For instance, in a Facebook input, add a mention for a Page (i.e. Barack Obama). +For instance, in a Facebook input, add a mention for a Page (e.g. Barack Obama). Then, either add a character within the mentioned text, or try to delete a character. Note that when adding characters, the entity is removed, and when deleting character, the entire entity is removed.