From 06aaf84423aa326bbc97b13a5fbf39d8c2d58c6d Mon Sep 17 00:00:00 2001 From: Varshith Raj Basa Date: Thu, 31 Jul 2025 11:15:09 +0530 Subject: [PATCH] Fix Typo --- docs/src/components/Docs/Props/MentionProp/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/Docs/Props/MentionProp/index.js b/docs/src/components/Docs/Props/MentionProp/index.js index 1ed5241f8..b53097f6e 100644 --- a/docs/src/components/Docs/Props/MentionProp/index.js +++ b/docs/src/components/Docs/Props/MentionProp/index.js @@ -8,7 +8,7 @@ export default () => ( Mentions can be enabled in the editor as showed in example below. separator is character that separates a mention from word preceding it, default value is space ' '. trigger is character that causes mention suggestions to appear, default value is '@'. - Each suggestion has 3 peoperties: + Each suggestion has 3 properties:
  1. text: this is value that is displayed in the editor.
  2. value: the filtering of suggestions is done using this value.