We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8daa171 + d820287 commit 9b1daf4Copy full SHA for 9b1daf4
README.md
@@ -76,7 +76,7 @@ const shouldPaginatize = a > 10 // Made up verbs are so much fun!
76
/* Good */
77
const postCount = 5
78
const hasPagination = postCount > 10
79
-const shouldDisplayPagination = postCount > 10 // alternatively
+const shouldPaginate = postCount > 10 // alternatively
80
```
81
82
## Avoid contractions
0 commit comments