improve docs

This commit is contained in:
Leo Horie 2015-03-13 22:52:34 -04:00
parent 52c804b97f
commit 0f45d22448
3 changed files with 112 additions and 19 deletions

View file

@ -47,7 +47,7 @@ var myModule = {
}
```
In addition to holding a controller and a view, a module is typically also used to store data that pertains to it.
In addition to holding a controller and a view, a module can also be used to store data that pertains to it.
Let's create a module.