Merge pull request #294 from bojanstef/patch-2

Update hello-world.md
This commit is contained in:
Tanner 2018-03-21 20:54:09 -04:00 committed by GitHub
commit c83bfd1a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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