Skip to content

Commit

Permalink
fix: apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan authored Feb 26, 2021
1 parent 0d37bc7 commit 91c418f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docs/createRecentSearchesPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ type RecentSearchesStorage<TItem extends RecentSearchesItem> = {

> `(params: { source: AutocompleteSource, onRemove: () => void, onTapAhead: () => void })`
A function to transform the source based on the Autocomplete state.
A function to transform the provided source.

#### Examples

Expand Down

0 comments on commit 91c418f

Please sign in to comment.