Skip to content

Commit

Permalink
Docs: docs/CodeTransformation.md (typo fix) (#12017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biki-das committed Nov 2, 2021
1 parent 6114232 commit d594f71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/CodeTransformation.md
Expand Up @@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer

## Writing custom transformers

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

```ts
interface SyncTransformer<OptionType = unknown> {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.0/CodeTransformation.md
Expand Up @@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer

## Writing custom transformers

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

```ts
interface SyncTransformer<OptionType = unknown> {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.1/CodeTransformation.md
Expand Up @@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer

## Writing custom transformers

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

```ts
interface SyncTransformer<OptionType = unknown> {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-27.2/CodeTransformation.md
Expand Up @@ -19,7 +19,7 @@ If you override the `transform` configuration option `babel-jest` will no longer

## Writing custom transformers

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

```ts
interface SyncTransformer<OptionType = unknown> {
Expand Down

0 comments on commit d594f71

Please sign in to comment.