Skip to content

Commit

Permalink
(docs): fix typos (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman authored and lexzhukov committed Sep 23, 2017
1 parent a940c0f commit dddca64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/articles/auth-concepts-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Four pages:

Two auth providers:
- Dummy auth provider - for testing purposes
- EmalPass auth provider - the most common email and password authentication
- EmailPass auth provider - the most common email and password authentication

Other helper services:
- Token Service, JWT token and Simple token - helper services for token handling
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/articles/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and put your theme name, in our case it is `dark`
this._baConfig.changeTheme({name: 'dark'});
```
Beside notifying the system which scheme is currently enabled, this also puts a css class to a main element
of the page. Thus you can freely create theme-specific css selectors in your code without breakking other themes' styles.
of the page. Thus you can freely create theme-specific css selectors in your code without breaking other themes' styles.

For example like this:
```scss
Expand Down

0 comments on commit dddca64

Please sign in to comment.