Skip to content

Commit d594f71

Browse files
authored
Docs: docs/CodeTransformation.md (typo fix) (#12017)
1 parent 6114232 commit d594f71

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/CodeTransformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer
1919

2020
## Writing custom transformers
2121

22-
You can write you own transformer. The API of a transformer is as follows:
22+
You can write your own transformer. The API of a transformer is as follows:
2323

2424
```ts
2525
interface SyncTransformer<OptionType = unknown> {

website/versioned_docs/version-27.0/CodeTransformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer
1919

2020
## Writing custom transformers
2121

22-
You can write you own transformer. The API of a transformer is as follows:
22+
You can write your own transformer. The API of a transformer is as follows:
2323

2424
```ts
2525
interface SyncTransformer<OptionType = unknown> {

website/versioned_docs/version-27.1/CodeTransformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer
1919

2020
## Writing custom transformers
2121

22-
You can write you own transformer. The API of a transformer is as follows:
22+
You can write your own transformer. The API of a transformer is as follows:
2323

2424
```ts
2525
interface SyncTransformer<OptionType = unknown> {

website/versioned_docs/version-27.2/CodeTransformation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer
1919

2020
## Writing custom transformers
2121

22-
You can write you own transformer. The API of a transformer is as follows:
22+
You can write your own transformer. The API of a transformer is as follows:
2323

2424
```ts
2525
interface SyncTransformer<OptionType = unknown> {

0 commit comments

Comments
 (0)