Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit a20cba6

Browse files
authored
Update README.md
1 parent dcfebc4 commit a20cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This method is called when the typeahead's visibility, position, or text changes
3838

3939
This method is called when the typeahead's value is locked in by the user hitting return. This is where you'd autocomplete the selection and tag it with an entity, if wanted.
4040

41-
*Note that by default `draft-js-typeahead` does not help with filtering items in the typeahead based on the entered text, for a sample of how to do that please take a look at the mentions example.*
41+
*Note that by default `draft-js-typeahead` does not help with filtering items in the typeahead based on the entered text, for an example on how to do that please take a look at the mentions example.*
4242

4343
## License
4444

0 commit comments

Comments
 (0)