Skip to content

Commit bf0e2cb

Browse files
committed
doc: Fix typo
1 parent 96239ee commit bf0e2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/content/docs/testing.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This is extracted from the [Jest ESM guide](https://jestjs.io/docs/ecmascript-mo
100100

101101
1. Add the following options to your jest.config.ts file:
102102

103-
```ts title="jest.configx.ts"
103+
```ts title="jest.config.ts"
104104
const config: Config = {
105105
// <Other options here>
106106
// [!code highlight:3]

0 commit comments

Comments
 (0)