We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14daf27 + 3e88158 commit 105d21aCopy full SHA for 105d21a
docs/guides/overview.md
@@ -193,7 +193,7 @@ Rendering `Handler` is really just rendering `App` since it's the highest
193
matched route handler. Since `inbox` is the active child route,
194
rendering `<RouteHandler/>` in `App` renders the `Inbox` element.
195
`<RouteHandler/>` is nearly identical to `{{outlet}}` from Ember or
196
-`<div ng-view/>` from angular.
+`<div ng-view/>` from Angular.
197
198
When the user navigates to `/calendar`, the same thing happens except
199
now `Calendar` is the `<RouteHandler/>` in `App`'s render method.
0 commit comments