Skip to content

Commit 2c535e7

Browse files
authored
docs: fix up typo (#7477)
1 parent fed136d commit 2c535e7

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/routes/docs/integrations/vitest

1 file changed

+1
-1
lines changed

packages/docs/src/routes/docs/integrations/vitest/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ bun run qwik add vitest
4646
</span>
4747
</PackageManagerTabs>
4848

49-
After running the command, vitest will be installed and a new component will be added to your project. The component will be added to the `src/components/example` directory as long as a new unit test named `example.spec.tsx`.
49+
After running the command, vitest will be installed and a new component will be added to your project. The component will be added to the `src/components/example` directory as well as a new unit test named `example.spec.tsx`.
5050
If you are looking for an example for a Component with QwikCity checkout [QwikCityMockProvider](/docs/(qwikcity)/api/index.mdx#qwikcitymockprovider).
5151

5252
```tsx title="example.spec.tsx"

0 commit comments

Comments
 (0)