Skip to content

Commit 9c7f8ce

Browse files
Update monorepos.mdx
1 parent 4282e3d commit 9c7f8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/guides/monorepos.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ Running a codemod as a consumer can now be done via the `@codemod/cli`, assuming
112112

113113
`$ codeshift --packages @monorepo/my-package@1.0.0 /path/to/source`
114114

115-
You can even omit the codemod name to be prompted with all codemods an interactive list:
115+
You can even omit the codemod name to be prompted with all codemods as an interactive list:
116116

117117
`$ codeshift --packages @monorepo/my-package /path/to/source`
118118

119119
## Examples
120120

121-
Here are some helpful example of this setup working in the wild:
121+
Here are some helpful examples of this setup working in the wild:
122122

123123
- [Compiled codemods](https://github.com/atlassian-labs/compiled/tree/master/packages/codemods)
124124
- [Webdriver.io codemods](https://github.com/webdriverio/codemod)

0 commit comments

Comments
 (0)