Skip to content

Commit 6ca7472

Browse files
committed
Merge pull request emberjs#3459 from kingpin2k/typo
typo in documentation
2 parents 8945e1e + 78ce3d8 commit 6ca7472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ember-routing/lib/ext/controller.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Ember.ControllerMixin.reopen({
2323
aController.transitionToRoute('blogPost', aPost);
2424
```
2525
26-
Multiple models will be applied last to first recusively up the
26+
Multiple models will be applied last to first recursively up the
2727
resource tree.
2828
2929
```javascript
@@ -78,7 +78,7 @@ Ember.ControllerMixin.reopen({
7878
aController.replaceRoute('blogPost', aPost);
7979
```
8080
81-
Multiple models will be applied last to first recusively up the
81+
Multiple models will be applied last to first recursively up the
8282
resource tree.
8383
8484
```javascript

0 commit comments

Comments
 (0)