Skip to content

Commit 8505f82

Browse files
Update cli example
1 parent 9ae0f80 commit 8505f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/api/codeshift-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Allows you to execute local transform file(s).
4848

4949
- `$ codeshift-cli --transform codemods/my-special-mod /project/src/file.js`
5050
- `$ codeshift-cli --transform codemods/my-special-mod/index.ts /project/src/file.js`
51-
- `$ codeshift-cli --transform path/to/transform1.ts, path/to/transform2.ts, path/to/transform3.ts /project/src/file.js`
51+
- `$ codeshift-cli --transform path/to/transform1.ts,path/to/transform2.ts,path/to/transform3.ts /project/src/file.js`
5252

5353
### --packages
5454

0 commit comments

Comments
 (0)