Skip to content

Commit

Permalink
docs(firebase-auth): correct typo in install instruction (#2522)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Sep 23, 2020
1 parent e64bac0 commit 86dbf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth/firebase-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The package provides the following strategies:
Install Nebular Auth and Nebular Firebase Auth.

```sh
npm i @nebular/auth @angular\firebase-auth
npm i @nebular/auth @nebular/firebase-auth
```

Import the NbAuthModule with some firebase strategies, in that example we use NbFirebasePasswordStrategy.
Expand Down

0 comments on commit 86dbf21

Please sign in to comment.