Skip to content

Commit 3aa8d3d

Browse files
committed
fix typos
1 parent c3d9cf5 commit 3aa8d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ docker run \
2626

2727
Every environment variable prefixed with `REACT_APP_` will be available in `window.ENV`.
2828

29-
Open `http://localhost:8000`. You will see the list of you environment variables.
29+
Open `http://localhost:8000` and you will see the list of your environment variables.
3030

3131
### How does this works?
3232

33-
The `index.html` contains the code the initialize the `window.ENV` variable
33+
The `index.html` contains the code to initialize the `window.ENV` variable
3434

3535
```html
3636
<script>

0 commit comments

Comments
 (0)