fix(docs): fix typo

This commit is contained in:
nixa 2016-05-24 18:17:33 +03:00
parent 8bbe872e07
commit 74a793ca92

View file

@ -22,7 +22,7 @@ Here we registering a loader (`this._imageLoader.load` just returns a `Promise`)
BaThemePreloader.registerLoader(this._imageLoader.load(layoutPaths.images.root + 'blur-bg-mobile.jpg'));
```
Then we starting all the registered promises and once they all are done - hiding the spinner.
Then we are starting all the registered promises and once they all are done - hiding the spinner.
```javascript
BaThemePreloader.load().then((values) => {
this._spinner.hide();