From 0a64211f1779327767ec74e9a30e7721477a958c Mon Sep 17 00:00:00 2001 From: Gabriel Peart Date: Thu, 18 May 2017 10:26:29 +0200 Subject: [PATCH] Typo fix --- 2.0/docs/getting-started/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```