Skip to content

Commit b63c5f6

Browse files
authored
Typo corrections (#89)
In this doc mentioned path for `https://example.com/admin/role` returning 404, the correct path is `https://example.com/admin/roles`. Also, button name is `New Role` not `Add Role`. These two typos corrected. A big thanks for this contribution.
1 parent f59658b commit b63c5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ php artisan multiauth:role rolename
99
```
1010

1111
2. Using Interface
12-
Just go to `https://example.com/admin/role`
12+
Just go to `https://example.com/admin/roles`
1313

14-
Now you can click on `Add Role` button to create new role.
14+
Now you can click on `New Role` button to create new role.
1515

1616
::: tip To Edit/Delete
1717
Edit or Delete Role can also be done with same interface

0 commit comments

Comments
 (0)