Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.

Commit 5ef0a6a

Browse files
committed
Auto merge of #1313 - SkReD:patch-1, r=acorncom
Removed redundant comma in last code example
2 parents 74cdb83 + 02f0a64 commit 5ef0a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/localizable/tutorial/ember-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ import Ember from 'ember';
118118
export default Ember.Route.extend({
119119
model() {
120120
return this.store.findAll('rental');
121-
},
121+
}
122122
});
123123
```
124124

0 commit comments

Comments
 (0)