Skip to content

Commit 6f73513

Browse files
authored
Merge pull request #388 from benjdlambert/patch-1
Fix syntax error in the code snippet
2 parents e15d1a2 + 72b638b commit 6f73513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/advanced-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ it('should throw when over 9000', () => {
178178

179179
act(() => {
180180
result.current.increment()
181-
}
181+
})
182182

183183
expect(result.error).toEqual(Error("It's over 9000!"))
184184
})

0 commit comments

Comments
 (0)