This commit is contained in:
Ritchie Martori 2013-04-15 12:40:24 -07:00
parent 1a1268d646
commit e01e05f836
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ A configuration then must define:
Where `some-model-module` is an existing `model` instance.
## AsteroidModule.options
## AsteroidModule.optionsDefinition
Asteroid Modules may also describe the options they accept. This will validate the configuration and make sure users have supplied required information and in a way that the module can use to construct a working instance.