Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a4d25a)
  • Loading branch information
catto authored and chancancode committed Mar 14, 2017
1 parent 5e14463 commit c104dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-routing/lib/system/route.js
Expand Up @@ -1710,7 +1710,7 @@ let Route = EmberObject.extend(ActionHandler, Evented, {
`_super`:
```app/routes/photos.js
import Ember from 'ebmer';
import Ember from 'ember';
export default Ember.Route.extend({
model() {
Expand Down

0 comments on commit c104dcd

Please sign in to comment.