Skip to content

Commit

Permalink
Merge pull request #15 from pedrofurtado/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README ("First" instead of "Fist")
  • Loading branch information
morkid authored May 25, 2024
2 parents 6a80ba9 + 3639d28 commit f94d971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ see more about [customize default configuration](#customize-default-configuratio
// has reached the end of the page
"last": bool,

// Fist Page is true if the page is 0
"fist": bool,
// First Page is true if the page is 0
"first": bool,

// Visible
// total visible items
Expand Down Expand Up @@ -927,4 +927,4 @@ type User struct {
## License
Published under the [MIT License](https://github.com/morkid/paginate/blob/master/LICENSE).
Published under the [MIT License](https://github.com/morkid/paginate/blob/master/LICENSE).

0 comments on commit f94d971

Please sign in to comment.