Skip to content

Commit a74ca06

Browse files
docs(general): fix grammar typo
1 parent 4f472b8 commit a74ca06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/components/alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ nextLink: components/avatar/
1313

1414
The alert component can be used to provide information to your users such as success or error messages, but also highlighted information complementing the normal flow of paragraphs and headers on a page.
1515

16-
Flowbite also includes dismissable alerts which can be hidden by the users by clicking on the close icon.
16+
Flowbite also includes dismissible alerts which can be hidden by the users by clicking on the close icon.
1717

1818
## Default alert
1919

@@ -182,7 +182,7 @@ Use this example to show a list and a description inside an alert component.
182182

183183
## Dismissing
184184

185-
Use the following alert elements that are also dismissable.
185+
Use the following alert elements that are also dismissible.
186186

187187
{{< example id="alerts-dismissing-example" github="components/alerts.md" show_dark=true >}}
188188
<div id="alert-1" class="flex items-center p-4 mb-4 text-blue-800 rounded-lg bg-blue-50 dark:bg-gray-800 dark:text-blue-400" role="alert">

content/components/badge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Alternatively you can also use badges which indicate only a SVG icon.
164164
</span>
165165
{{< /example >}}
166166

167-
## Chips (dismissable badges)
167+
## Chips (dismissible badges)
168168

169169
Use the `data-dismiss-target` data attribute to dismiss the current badge where the value is the id of the target element using a transition animation.
170170

content/components/toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The toast component can be used to enhance your website's interactivity by pushi
1717

1818
## Default toast
1919

20-
Use this simple toast component with an icon, message, and dismissable close button to show alert messages to your website visitors. Make sure that you set the correct id for the `data-collapse-toggle` data attribute to enable the dismissable feature.
20+
Use this simple toast component with an icon, message, and dismissible close button to show alert messages to your website visitors. Make sure that you set the correct id for the `data-collapse-toggle` data attribute to enable the dismissible feature.
2121

2222
{{< example id="default-toast-example" class="flex justify-center" github="components/toast.md" show_dark=true >}}
2323
<div id="toast-default" class="flex items-center w-full max-w-xs p-4 text-gray-500 bg-white rounded-lg shadow dark:text-gray-400 dark:bg-gray-800" role="alert">

0 commit comments

Comments
 (0)