Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghempton committed Feb 12, 2012
1 parent 21567aa commit 3e6326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Ember.Layout also integrates with Ember's StateManager (and consequently, [Ember

```
App.stateManager = Ember.StateManager.create({
rootLayout = App.layout,
rootLayout: App.layout,
section1: Ember.LayoutState.create({
view: App.section1
}),
Expand Down

0 comments on commit 3e6326b

Please sign in to comment.