Skip to content

Commit

Permalink
Small typo in application doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
DjebbZ committed Jul 19, 2013
1 parent 21ff48f commit 1c54efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/marionette.application.module.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ MyApp.start();
fooModule.start();
```

Note the use of an object literal instead of just a function to define
Note the use of a function instead of just an object literal to define
the module, and the presence of the `startWithParent` attribute, to tell it
not to start with the application. Then to start the module, the module's
`start` method is manually called.
Expand Down

0 comments on commit 1c54efc

Please sign in to comment.