Skip to content

Commit 7b2c137

Browse files
committed
website: doc typos
1 parent 285ddf6 commit 7b2c137

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

website/docs/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ files:
1313
- [`./src/App.re`](#srcappre): the actual React Native entry point, using Reason
1414

1515
_If you used our template as explained in th installation guide, you should
16-
already have theses files._
16+
already have these files._
1717

1818
No worries, you can copy paste this if needed without understanding the content
1919
for now. Documentation will explain everything 😇.

website/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ runtime & bundle cost.
5454
_Reason React Native_ is a package that works with
5555
[Reason](https://reasonml.github.io/) & use
5656
[Reason React](https://reasonml.github.io/reason-react/). For this reasons (!),
57-
if you are unfamiliar on of this two, we encourage you to have a look to their
58-
documentations as soon as you don't find an answer you might have here.
57+
if you are unfamiliar with one of these two, we encourage you to have a look to
58+
their documentations as soon as you don't find an answer you might have here.
5959

6060
And one day or another, you will also have to look for answers on
6161
[BuckleScript](https://bucklescript.github.io/docs/en/what-why), our

website/docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You may also notice some compilation artifacts:
2424
- `.merlin`
2525
- `lib/bs`
2626

27-
You may want to gitignore all of theses:
27+
You may want to gitignore all of these:
2828

2929
```
3030
*.bs.js

0 commit comments

Comments
 (0)