We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d9cf5 commit 3aa8d3dCopy full SHA for 3aa8d3d
README.md
@@ -26,11 +26,11 @@ docker run \
26
27
Every environment variable prefixed with `REACT_APP_` will be available in `window.ENV`.
28
29
-Open `http://localhost:8000`. You will see the list of you environment variables.
+Open `http://localhost:8000` and you will see the list of your environment variables.
30
31
### How does this works?
32
33
-The `index.html` contains the code the initialize the `window.ENV` variable
+The `index.html` contains the code to initialize the `window.ENV` variable
34
35
```html
36
<script>
0 commit comments