Skip to content

Commit 19caac3

Browse files
refactor: tweak a comment for clarity
Co-authored-by: Mikołaj Szydłowski <9szydlowski9@gmail.com>
1 parent 93e6e33 commit 19caac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/guides/user-and-channel-mentions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Now let's register both indicators and the events callbacks:
4444
<EnrichedTextInput
4545
mentionIndicators={['@', '#']}
4646
onStartMention={openPicker} // fired when '@' or '#' is typed
47-
onChangeMention={updateQuery} // fired on every keystroke after it
47+
onChangeMention={updateQuery} // fired on every keystroke after an indicator
4848
onEndMention={closePicker} // fired when the mention is left
4949
// ...
5050
/>

0 commit comments

Comments
 (0)