commit 873908fd56af183c521472dffb6e0e32016735a7 parent 2d49465dcd1a6542daf991368e68df0e4591bfe4 Author: Terrence Benade <terrencebenade@gmail.com> Date: Tue, 24 Nov 2015 13:51:59 +1100 small typo Diffstat:
| M | docs/recipes/how-to-implement-routing.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/recipes/how-to-implement-routing.md b/docs/recipes/how-to-implement-routing.md @@ -12,7 +12,7 @@ ### Step 1: Basic Routing -In its simplest form the routing looks like a collection or URLs where each URL +In its simplest form the routing looks like a collection of URLs where each URL is mapped to a React component: ```js