Skip to content

Commit

Permalink
[docs] Fix typo (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Sep 28, 2022
1 parent 14a3ff0 commit c518490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/Accordion.mdx
Expand Up @@ -68,7 +68,7 @@ function Demo() {
}
```

When `multiple={true}`, set `value` as an array of stings:
When `multiple={true}`, set `value` as an array of strings:

```tsx
import { useState } from 'react';
Expand Down

0 comments on commit c518490

Please sign in to comment.