Routing, basic - Typo correction.

This commit is contained in:
Jon Cox 2017-02-12 22:13:12 +00:00 committed by GitHub
parent b7fd6bd409
commit 6bd047772e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ currentMenu: routing-basic
Routing is one of the most critical parts of a web framework. The router decides which requests get which responses.
Vapor has a plethora of functionality for routing including route builders, groups, and collections. In this section, we will look at the basic of routing.
Vapor has a plethora of functionality for routing including route builders, groups, and collections. In this section, we will look at the basics of routing.
## Register