docs: fixed small error

This commit is contained in:
0xflotus
2020-07-22 11:57:44 -05:00
committed by Umputun
parent 69a81042db
commit 8b77ff953e
+1 -1
View File
@@ -633,7 +633,7 @@ You can attach to locally running backend by providing `REMARK_URL` environment
npx cross-env REMARK_URL=http://127.0.0.1:8080 npm start
```
The best way for start local developer enviroment:
The best way for start local developer environment:
```sh
cp compose-dev-frontend.yml compose-private-frontend.yml
docker-compose -f compose-private-frontend.yml up --build