Skip to content

Commit

Permalink
fix: copy-paste typo
Browse files Browse the repository at this point in the history
'allContributors' => 'oneContributor'
  • Loading branch information
latentflip committed Aug 29, 2012
1 parent 70ea637 commit 0f1e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ <h2>Transitioning Between States</h2>
aContributor: Ember.Route.extend({
route: '/:githubUserName',
connnectOutlets: function(router, context){
router.get('applicationController').connnectOutlet('allContributors', context);
router.get('applicationController').connnectOutlet('oneContributor', context);
}
})

Expand Down

0 comments on commit 0f1e58b

Please sign in to comment.