Skip to content

Commit 7a0fdac

Browse files
MoOxharigopal
andauthored
Update migrate-from-bucklescript-reason.mdx
Co-authored-by: Hari Gopal <mail@harigopal.in>
1 parent 0575f08 commit 7a0fdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/migrate-from-bucklescript-reason.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Enjoy the improved experience!
3030

3131
Please use this with caution. Migrating an entire codebase at once is an unnecessary risk.
3232
It is recommended to migrate small portion of code to ensure correctness.
33-
That being said, for small codebases or some tiny folders that are safely versionned, you can try the following:
33+
That being said, for small codebases or some tiny folders that are safely versioned, you can try the following:
3434

3535
```console
3636
for f in your-folder/**/*.re; do; node_modules/.bin/bsc -format $f > ${f%.re}.res && rm $f; done;

0 commit comments

Comments
 (0)