From c7e0b204f8de9b6a9a4fc4a0dd397d1f09ba5c13 Mon Sep 17 00:00:00 2001 From: Yoshiki Shibukawa Date: Wed, 8 Feb 2017 02:02:39 -0500 Subject: [PATCH] docs: Update route.md (#1600) Fix typo --- docs/route.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/route.md b/docs/route.md index 6e0ff744..b2d357df 100644 --- a/docs/route.md +++ b/docs/route.md @@ -385,7 +385,7 @@ var Layout = { } ``` -In the example above, the layout merely consists of a `
` that contains the children passed to the component, but in a real life scenario it could be as complex as neeeded. +In the example above, the layout merely consists of a `
` that contains the children passed to the component, but in a real life scenario it could be as complex as needed. One way to wrap the layout is to define an anonymous component in the routes map: