Skip to content

Commit

Permalink
[docs] Fix typo (#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsb committed Oct 27, 2022
1 parent f240b41 commit a6ad11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/MultiSelect.mdx
Expand Up @@ -37,7 +37,7 @@ function Demo() {
}
```

Note that MultiSelect value should always be an array of either **string** or **null**:
Note that MultiSelect value should always be an array of either **string** or **undefined**:

```tsx
// Incorrect, will have bugs
Expand Down

0 comments on commit a6ad11b

Please sign in to comment.