From a3bfaf78af05c5ec4915ae8d31ae88414af3fb8d Mon Sep 17 00:00:00 2001 From: Bojan Stefanovic Date: Wed, 21 Mar 2018 14:09:44 -0700 Subject: [PATCH] Update hello-world.md Should close https://github.com/vapor/vapor/issues/1544 --- 2.0/docs/getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/getting-started/hello-world.md b/2.0/docs/getting-started/hello-world.md index b9ad890e..cd56a9e9 100644 --- a/2.0/docs/getting-started/hello-world.md +++ b/2.0/docs/getting-started/hello-world.md @@ -74,7 +74,7 @@ This method is where all the routes for our application will be added. ### Routing -In the scope of the `build` method, look for the following statement. +In the scope of the `setupRoutes` method, look for the following statement. ```swift get("plaintext") { req in