Fix typo in installation.rst (#3818)

`superser runserver` should be `superset runserver`
This commit is contained in:
Prasanna Swaminathan
2017-11-09 23:22:45 -05:00
committed by Maxime Beauchemin
parent be3da6396f
commit 9500f0aae3

View File

@@ -163,7 +163,7 @@ Refer to the
for more information.
Note that *gunicorn* does not
work on Windows so the `superser runserver` command is not expected to work
work on Windows so the `superset runserver` command is not expected to work
in that context. Also note that the development web
server (`superset runserver -d`) is not intended for production use.