Skip to content

Commit 66b31af

Browse files
committed
docs: correct spelling in alert tutorial from 'Ussage' to 'Usage'
1 parent b0d5737 commit 66b31af

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/07-alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import adminforth from '@/adminforth';
3434
const isConfirmed = await adminforth.confirm({message: 'Are you sure?', yes: 'Yes', no: 'No'})
3535
```
3636

37-
## Ussage example
37+
## Usage example
3838

3939
Create a Vue component in the custom directory of your project, e.g. `Alerts.vue`:
4040

0 commit comments

Comments
 (0)