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