From 6bd047772ea5f9cb221029ce6d7ff371bf19ec79 Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Sun, 12 Feb 2017 22:13:12 +0000 Subject: [PATCH] Routing, basic - Typo correction. --- routing/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/basic.md b/routing/basic.md index e7f52ea7..447ebcf4 100644 --- a/routing/basic.md +++ b/routing/basic.md @@ -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