Github user p-adams commented on a diff in the pull request:
https://github.com/apache/incubator-weex-site/pull/172#discussion_r200558530
--- Diff: source/guide/index.md ---
@@ -124,11 +124,11 @@ npm install
npm start
```
-`npm start` will start a web server on port `8081`. Open
`http://localhost:8081` in your browser of choice to see the rendered result of
your Weex app. The source code is located in `src/` folder. You can develop it
as normal Vue.js project.
+`npm start` will start a web server on port `8081`. Open
`http://localhost:8081` in your browser of choice to see the rendered result of
your Weex app. The source code is located in `src/` folder. You can develop it
as a normal Vue.js project.

-Additionally, you can open `http://localhost:8081/web/preview.html` to
preview the rendered result on the web in an iframe. You can also scan the QR
code generated on the right using the [Weex playground
app](/tools/playground.html) then you'll see the rendered result on the mobile
device.
+Additionally, you can open `http://localhost:8081/web/preview.html` to
preview the rendered result on the web in an iframe. You can also scan the QR
code generated on the right using the[Weex playground
app](/tools/playground.html) to see the rendered result on the mobile device.
--- End diff --
Oh darn, sorry about that.
---