Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit a144142

Browse files
svenjoyprorstoenescu
authored andcommitted
Minor grammatical correction to app-deploying-spa.md (#669)
1 parent c378964 commit a144142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/app-deploying-spa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ quasar build
1616
```
1717
For possible build options please refer to the [Quasar CLI docs](/guide/quasar-cli).
1818

19-
This command will build your project in SPA mode and output your production ready bundle to a newly created folder `/dist/spa-<theme>` were `<theme>` is replaced by the theme you chose to build with.
19+
This command will build your project in SPA mode and output your production ready bundle to a newly created folder `/dist/spa-<theme>` where `<theme>` is replaced by the theme you chose to build with.
2020

2121
To serve your production files it is *required* to use a web server, so to serve over http:// protocol. Simply opening the `index.html` file from within your browser will not work, since this uses the file:// protocol instead.
2222

0 commit comments

Comments
 (0)