Skip to content

Commit 105d21a

Browse files
committed
Merge pull request #936 from joeyyang/patch-1
small docs typo
2 parents 14daf27 + 3e88158 commit 105d21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Rendering `Handler` is really just rendering `App` since it's the highest
193193
matched route handler. Since `inbox` is the active child route,
194194
rendering `<RouteHandler/>` in `App` renders the `Inbox` element.
195195
`<RouteHandler/>` is nearly identical to `{{outlet}}` from Ember or
196-
`<div ng-view/>` from angular.
196+
`<div ng-view/>` from Angular.
197197

198198
When the user navigates to `/calendar`, the same thing happens except
199199
now `Calendar` is the `<RouteHandler/>` in `App`'s render method.

0 commit comments

Comments
 (0)