Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbogdani committed Jul 11, 2021
1 parent a09449b commit ba70072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tmpl_html.md
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ Returns well-formatted html with unordered list (ul) of pagination data when ava
depending on context. Current page will have css class `active`
- **cssClass** string, optional, default false. Css class to apply to main `ul`

E.g.: `{{ pagination('pagination') }}`
E.g.: `{{ html.pagination('pagination') }}`

```html
<ul class="pagination">
Expand Down

0 comments on commit ba70072

Please sign in to comment.