Skip to content

Commit 3410633

Browse files
committed
Merge pull request kriasoft#492 from ddanila/patch-1
Typo sever->server
2 parents 88edce3 + 6b65275 commit 3410633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This command will build the app from the source files (`/src`) into the output
3737
Node.js server (`node build/server.js`) and [Browsersync](https://browsersync.io/)
3838
with [HMR](https://webpack.github.io/docs/hot-module-replacement) on top of it.
3939

40-
> [http://localhost:3000/](http://localhost:3000/) — Node.js server (`build/sever.js`)<br>
40+
> [http://localhost:3000/](http://localhost:3000/) — Node.js server (`build/server.js`)<br>
4141
> [http://localhost:3000/graphql](http://localhost:3000/graphql) — GraphQL server and IDE<br>
4242
> [http://localhost:3001/](http://localhost:3001/) — BrowserSync proxy with HMR, React Hot Transform<br>
4343
> [http://localhost:3002/](http://localhost:3002/) — BrowserSync control panel (UI)

0 commit comments

Comments
 (0)