mirror of https://github.com/vapor/docs.git
Correct typo in supervisor.md
This commit is contained in:
parent
c784c8b104
commit
e235046aef
|
|
@ -33,7 +33,7 @@ The `--env=production` flag will disable verbose logging and prioritize the `Con
|
||||||
|
|
||||||
### Environment
|
### Environment
|
||||||
|
|
||||||
You can export variables to your Vapor app with sueprvisor.
|
You can export variables to your Vapor app with supervisor.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
environment=PORT=8123
|
environment=PORT=8123
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue