Skip to content

Commit 37d6370

Browse files
docs: fix typo in testing guidelines
1 parent 7753530 commit 37d6370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/routes/docs/guides/testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ correctly made.
127127
## Skipping Animations
128128

129129
The solution to this problem is to skip animations when testing. This can be done by using the `Globals` object and calling the `assign`
130-
method setting `skipAnimations` to `true`. You can does this immediately in the `setup` file for your tests or if you want more granual
130+
method setting `skipAnimations` to `true`. You can do this immediately in the `setup` file for your tests or if you want more granual
131131
control then you could use the `beforeAll | beforeEach` hooks to set it.
132132

133133
```tsx lines=2,5-10

0 commit comments

Comments
 (0)