Skip to content

Commit

Permalink
fix(docs): fix typo in auth-guard docs (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgranberg authored and nnixaa committed Feb 27, 2018
1 parent 7af0f62 commit 682314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/auth-guard.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import { AuthGuard } from '../auth-guard.service';
imports: [
// ...
],
provoders: [
providers: [
// ...
AuthGuard
]
Expand Down

0 comments on commit 682314d

Please sign in to comment.