Skip to content

Commit

Permalink
Merge pull request #2024 from jdaudier/update/controller.yaml
Browse files Browse the repository at this point in the history
Fix typos on Controller yaml file
  • Loading branch information
jamesplease committed Oct 26, 2014
2 parents 1f76932 + 08befc9 commit d6a394c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/controller.jsdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class: Marionette.Controller

extends:
- Backbone.Events
- Backbone.extend

description: |
A Controller is a white-label Marionette Object. Its name can be a cause for
Expand Down Expand Up @@ -67,7 +66,7 @@ functions:

initialize:
description: |
Initialize is called after a controller has been instanciated.
Initialize is called after a controller has been instantiated.

The `options` parameter can take any key/value pair and set it on the Controller instance.

Expand Down

0 comments on commit d6a394c

Please sign in to comment.