Skip to content

Commit e081974

Browse files
committed
docs: fix Note format
1 parent c23409f commit e081974

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ if (! auth()->user()->can('users.create')) {
213213
}
214214
```
215215

216-
Note: The example above can also be done through a [controller filter](https://codeigniter.com/user_guide/incoming/filters.html) if you want to apply it to multiple pages of your site.
216+
> **Note** The example above can also be done through a [controller filter](https://codeigniter.com/user_guide/incoming/filters.html) if you want to apply it to multiple pages of your site.
217217
218218
### Adding a Group To a User
219219

0 commit comments

Comments
 (0)