Skip to content

Commit

Permalink
Docs: Use better word
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Apr 18, 2020
1 parent 61b4eab commit b7a28d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/netlify-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Netlify Dev is meant to work with zero config for the majority of users, by usin
# note: each of these fields are OPTIONAL
[dev]
command = "yarn start" # Command to start your dev server
port = 8888 # Port that the dev server will be listening on
port = 8888 # Port that the dev server will be accessible on
targetPort = 3000 # Port of target app server
publish = "dist" # If you use a _redirect file, provide the path to your static content folder
jwtRolePath = "app_metadata.authorization.roles" # Object path we should look for role values for JWT based redirects
Expand All @@ -130,7 +130,7 @@ Netlify Dev will attempt to detect the SSG or build command that you are using,
# note: each of these fields are OPTIONAL and should only be used if you need an override
[dev]
command = "yarn start" # Command to start your dev server
port = 8888 # Port that the dev server will be listening on
port = 8888 # Port that the dev server will be accessible on
publish = "dist" # If you use a _redirect file, provide the path to your static content folder
```
Expand Down

0 comments on commit b7a28d0

Please sign in to comment.