commit 3410633db277602af4234c1dc29eea29fcc5cf89
parent 88edce3fccbad0cc4ca16d6e0dd06b026fe6c906
Author: Konstantin Tarkus <koistya@gmail.com>
Date: Thu, 10 Mar 2016 14:46:06 +0300
Merge pull request #492 from ddanila/patch-1
Typo sever->server
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/getting-started.md b/docs/getting-started.md
@@ -37,7 +37,7 @@ This command will build the app from the source files (`/src`) into the output
Node.js server (`node build/server.js`) and [Browsersync](https://browsersync.io/)
with [HMR](https://webpack.github.io/docs/hot-module-replacement) on top of it.
-> [http://localhost:3000/](http://localhost:3000/) — Node.js server (`build/sever.js`)<br>
+> [http://localhost:3000/](http://localhost:3000/) — Node.js server (`build/server.js`)<br>
> [http://localhost:3000/graphql](http://localhost:3000/graphql) — GraphQL server and IDE<br>
> [http://localhost:3001/](http://localhost:3001/) — BrowserSync proxy with HMR, React Hot Transform<br>
> [http://localhost:3002/](http://localhost:3002/) — BrowserSync control panel (UI)