Skip to content

Commit

Permalink
[fix] removed typo (#5627)
Browse files Browse the repository at this point in the history
  • Loading branch information
givvemee committed Nov 10, 2023
1 parent 17ab36e commit 06e3488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/typescript/index.tsx
Expand Up @@ -84,7 +84,7 @@ const onChange = (option: readonly Option[], actionMeta: ActionMeta<Option>) =>
}
~~~
The \`actionMeta\` parameter is optional. \`ActionMeta\` is a union that is discriminated on the \`action\` type. Take a look at at [types.ts](https://github.com/JedWatson/react-select/blob/master/packages/react-select/src/types.ts) in the source code to see its full definition.
The \`actionMeta\` parameter is optional. \`ActionMeta\` is a union that is discriminated on the \`action\` type. Take a look at [types.ts](https://github.com/JedWatson/react-select/blob/master/packages/react-select/src/types.ts) in the source code to see its full definition.
## Custom Select props
Expand Down

0 comments on commit 06e3488

Please sign in to comment.