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 7753530 commit 37d6370Copy full SHA for 37d6370
docs/app/routes/docs/guides/testing.mdx
@@ -127,7 +127,7 @@ correctly made.
127
## Skipping Animations
128
129
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
+method setting `skipAnimations` to `true`. You can do this immediately in the `setup` file for your tests or if you want more granual
131
control then you could use the `beforeAll | beforeEach` hooks to set it.
132
133
```tsx lines=2,5-10
0 commit comments