diff --git a/2.0/docs/getting-started/manual.md b/2.0/docs/getting-started/manual.md index 347cd133..4e5e0161 100644 --- a/2.0/docs/getting-started/manual.md +++ b/2.0/docs/getting-started/manual.md @@ -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 ```