Skip to content

Commit 28f1f89

Browse files
authored
Merge pull request ember-learn#693 from chancancode/oops
Follow-up to ember-learn#681
2 parents 7d35c2d + c4f260d commit 28f1f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/routing/defining-your-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ the `{{outlet}}` of the `posts` template.
123123

124124
A nested route name includes the names of its ancestors.
125125
If you want to transition to a route (either
126-
via `transitionTo` or `{{#link-to}}`), make sure to use the full route
126+
via `transitionTo` or `<LinkTo />`), make sure to use the full route
127127
name (`posts.new`, not `new`).
128128

129129
## The application route

0 commit comments

Comments
 (0)