Merge pull request #148 from gabrielPeart/patch-1

Typo fix
This commit is contained in:
Tanner 2017-05-18 10:49:57 +01:00 committed by GitHub
commit 4ca74c3c2c
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ swift build
Compiling in Swift's release mode and setting Vapor's environment to production will make your app more secure and performant.
```sh
swift build --configuraiton release
swift build --configuration release
.build/release/Hello serve --env=production
```