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.
1 parent d90a090 commit 7e7771dCopy full SHA for 7e7771d
src/hooks/index.js
@@ -144,7 +144,7 @@ export const useIsFirstRender = () => {
144
* part.
145
*
146
* If the hash value doesn't match the format `#part-{partNumber}` where
147
- * `0 <= partNumber <= partsCount`, this hook returns 0.
+ * `1 <= partNumber <= partsCount`, this hook returns 0.
148
149
* @param partsCount {number} total number of parts of the challenge (1 if
150
* the challenge is not multi-part)
0 commit comments