did you mean specific? (#1486)

This commit is contained in:
0xflotus 2019-02-06 23:28:32 +01:00 committed by Stephen Sadowski
parent 08794ae1cf
commit c8d2a462e3

View File

@ -48,7 +48,7 @@ app.run(host="0.0.0.0", port=8000)
## Virtual Host
The `app.static()` method also support **virtual host**. You can serve your static files with spefic **virtual host** with `host` argument. For example:
The `app.static()` method also support **virtual host**. You can serve your static files with specific **virtual host** with `host` argument. For example:
```python
from sanic import Sanic