Skip to content

Commit

Permalink
docs: Typo fix (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
TKharaishvili committed Jun 9, 2021
1 parent cdfc3c8 commit be3c516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if (process.env.NODE_ENV === 'development') {
}
```

**host** - is an optional argument that tells your application where devtools middleware server is running, if you debug you app on your computer you don't have to set this (the default is `http://localhost`), but if you want to debug your app on mobile devices, you might want to pass your local IP (e.g. `http://192.168.1.12`).
**host** - is an optional argument that tells your application where devtools middleware server is running, if you debug your app on your computer you don't have to set this (the default is `http://localhost`), but if you want to debug your app on mobile devices, you might want to pass your local IP (e.g. `http://192.168.1.12`).

**port** - is an optional argument that tells your application on what port devtools middleware server is running. If you use proxy server, you might want to set it to `null` so the port won't be added to connection URL.

Expand Down

0 comments on commit be3c516

Please sign in to comment.