Skip to content

Commit

Permalink
fix: docs mistake we are no longer lowercasing (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui authored Mar 8, 2024
1 parent 40611e5 commit 674f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Render this to show the command menu inline, or use [Dialog](#dialog-cmdk-dialog

> **Note**
>
> Values are always trimmed. Use `apple`, not `Apple`.
> Values are always trimmed with the [trim()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/trim) method.
```tsx
const [value, setValue] = React.useState('apple')
Expand Down

0 comments on commit 674f76d

Please sign in to comment.