Skip to content

Commit 488855f

Browse files
authored
Update README.md
Minor typo
1 parent 1e2a0b6 commit 488855f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ JavaScript specific optimization purposes.
4242

4343
* [`jscomp/main/js_main.ml`](jscomp/main/js_main.ml)
4444

45-
`jscomp/main/js_main.ml` is adapted from [`ocaml/driver/main.ml`](ocaml/driver/main.ml). It is the main etry
45+
`jscomp/main/js_main.ml` is adapted from [`ocaml/driver/main.ml`](ocaml/driver/main.ml). It is the main entry
4646
point of the underlying compiler.
4747

4848
* [`jscomp/stdlib-402`](jscomp/stdlib-402) [`jscomp/stdlib-406`](jscomp/stdlib-406)
@@ -54,7 +54,7 @@ included with BuckleScript.
5454

5555
`jscomp/test` is based on [`ocaml/testsuite`](ocaml/testsuite).
5656

57-
BuckleScript unittest builds on parts of [OUnit](http://ounit.forge.ocamlcore.org/)
57+
BuckleScript unit test builds on parts of [OUnit](http://ounit.forge.ocamlcore.org/)
5858

5959
* [`jscomp/ounit`](jscomp/ounit) is adapted from ounit, the unit test
6060
utilities are only used for dev purpose, they are not required for distribution

0 commit comments

Comments
 (0)