Skip to content

Commit

Permalink
fix(docs): add missed backtick (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored and nnixaa committed Dec 14, 2018
1 parent 3d3ee03 commit 3324fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can use the built-in components or create your custom ones.
- `NbAuthService` - facade service to communicate with a configured strategy;
- `NbTokenService` - service that allows you to manage authentication token - get, set, clear and also listen to token changes over time;
- `NbTokenLocalStorage` - storage service for storing tokens in a browser local storage;
- `NbAuthJWTToken`, NbAuthSimpleToken`, `NbAuthOAuth2Token`, `NbAuthOAuth2JWTToken` - helper classes to work with your token;
- `NbAuthJWTToken`, `NbAuthSimpleToken`, `NbAuthOAuth2Token`, `NbAuthOAuth2JWTToken` - helper classes to work with your token;
- `NbAuthJWTInterceptor` and `NbAuthSimpleInterceptor` - http interceptors to inject token value into http requests.
<hr>

Expand Down

0 comments on commit 3324fd5

Please sign in to comment.