Skip to content

Commit e9fe582

Browse files
committed
Merge pull request emberjs#226 from michaelrkn/patch-1
Change "resource" to "route" in Naming Conventions
2 parents 7ba7f4b + 90e7c4b commit e9fe582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/concepts/naming-conventions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ anything!
199199

200200
## Nesting
201201

202-
You can nest routes under a `resource`.
202+
You can nest routes:
203203

204204
```javascript
205205
export default Ember.Router.extend().map(function(){
@@ -209,6 +209,7 @@ export default Ember.Router.extend().map(function(){
209209
});
210210
});
211211
```
212+
212213
Here are the naming conventions for each of the routes defined in
213214
this router:
214215

0 commit comments

Comments
 (0)