Skip to content

Commit 9566c07

Browse files
committed
Update doc comment
1 parent f3bacc1 commit 9566c07

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/components/Route.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ var RESERVED_PROPS = {
2525
* "active" and their components are rendered into the DOM, nested in the same
2626
* order as they are in the tree.
2727
*
28-
* Unlike Ember, a nested route's path does not build upon that of its parents.
29-
* This may seem like it creates more work up front in specifying URLs, but it
30-
* has the nice benefit of decoupling nested UI from "nested" URLs.
31-
*
3228
* The preferred way to configure a router is using JSX. The XML-like syntax is
3329
* a great way to visualize how routes are laid out in an application.
3430
*

0 commit comments

Comments
 (0)