Skip to content

Commit

Permalink
chore(alert): fix grammer issues suggested by coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav700 committed Oct 16, 2024
1 parent 9567d16 commit 22c6a51
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/docs/content/docs/components/alert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ Alerts are temporary notifications that provide concise feedback about an action

### isClosable

If `isClosable` is true, a close button appears on the alert which closes it.
It is set to false by default.
If `isClosable` is true, a close button appears on the alert, which can be used to close it.

> **Note**: If the `onClose` is passed, the close button is visible regardless of `isClosable` property.
> **Note**: If the `onClose` is passed, the close button is visible regardless of the `isClosable` property.
<CodeDemo title="isClosable" files={alertContent.isClosable} />

Expand Down

0 comments on commit 22c6a51

Please sign in to comment.