Skip to content

Commit 65daf20

Browse files
Update README.md
Typo "effeciently" => "efficiently"
1 parent 9acb454 commit 65daf20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The default `filterOptions` method scans the options array for matches each time
277277
This works well but can get slow as the options array grows to several hundred objects.
278278
For larger options lists a custom filter function like [`react-select-fast-filter-options`](https://github.com/bvaughn/react-select-fast-filter-options) will produce better results.
279279

280-
### Effeciently rendering large lists with windowing
280+
### Efficiently rendering large lists with windowing
281281

282282
The `menuRenderer` property can be used to override the default drop-down list of options.
283283
This should be done when the list is large (hundreds or thousands of items) for faster rendering.

0 commit comments

Comments
 (0)