Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sly7-7 authored and Steven G. Harms committed Oct 10, 2012
1 parent 32d6eb7 commit 12d98b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/router_primer.md
Expand Up @@ -1354,7 +1354,7 @@ array, it makes sense that `ShoesController` should be an extension of the
#### Aside: Sublcasses of Ember.Controller: Ember.ArrayController and ObjectController

If one examines the sample code thus far, one will note that both
`ShoesController` and `CarsControllers` are, and have been, `ArrayControllers`
`ShoesController` and `CarsController` are, and have been, `ArrayController`
since the very beginning of this document. For controllers that don't manage a
collection of array-like data there is `Ember.ObjectController` whose content
variable is, unsurprisingly, an `Object`.
Expand Down

0 comments on commit 12d98b9

Please sign in to comment.