Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 13, 2014
1 parent 78e32b7 commit c3a5ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ include _paginate
//- This examples makes use of Bootstrap 3.x pagination classes
if (paginate.hasPreviousPages || paginate.hasNextPages(pageCount)
if paginate.hasPreviousPages || paginate.hasNextPages(pageCount)
.navigation.well-sm#pagination
ul.pager
if paginate.hasPreviousPages
Expand Down

0 comments on commit c3a5ad5

Please sign in to comment.