Skip to content

Commit 4051ff8

Browse files
authored
Merge pull request #264 from Ghostyfied/patch-1
Update introduction.mdx - missing word
2 parents c251719 + 1e6b3aa commit 4051ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This characteristic, combined with a fully-featured JS interop system, allows Re
7272

7373
### Preservation of Code Structure
7474

75-
ReScript maps one source file to one JavaScript output file. This eases the integration of existing tools such as bundlers and test runners. You can even start writing a single file without much change your build setup. Each file's code structure is approximately preserved, too.
75+
ReScript maps one source file to one JavaScript output file. This eases the integration of existing tools such as bundlers and test runners. You can even start writing a single file without much change to your build setup. Each file's code structure is approximately preserved, too.
7676

7777
## Conclusion
7878

0 commit comments

Comments
 (0)