commit a8cd846b5fd345020193a5a078a3c441646df52c parent 2d49465dcd1a6542daf991368e68df0e4591bfe4 Author: Konstantin Tarkus <koistya@gmail.com> Date: Tue, 24 Nov 2015 10:18:27 +0300 Merge pull request #327 from tbenade/patch-1 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