Skip to content

Commit

Permalink
fix(docs): fix typo in code blocks (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
jferrettiboke authored Nov 12, 2022
1 parent 3ffbec1 commit 6aff6f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/pages/repo/docs/reference/codemods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ For example:
}
```

````diff
```diff
// After, turbo.json
{
"$schema": "https://turbo.build/schema.json",
Expand All @@ -171,14 +171,15 @@ For example:
}
}
}
```

#### Usage

Go to your project:

```sh
cd path-to-your-turborepo/
````
```

Run the codemod:

Expand Down

2 comments on commit 6aff6f5

@vercel
Copy link

@vercel vercel bot commented on 6aff6f5 Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-nonmonorepo – ./examples/non-monorepo

examples-nonmonorepo-git-main.vercel.sh
examples-nonmonorepo.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 6aff6f5 Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.