From 1e344dd99ca58a7dbe6bc5412357be00576bd198 Mon Sep 17 00:00:00 2001 From: Lorenzo Milesi Date: Thu, 4 Sep 2014 11:28:00 +0200 Subject: [PATCH] Fix typo in security-authorization.md --- docs/guide/security-authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/security-authorization.md b/docs/guide/security-authorization.md index 4fca0d95cb..9935bc404d 100644 --- a/docs/guide/security-authorization.md +++ b/docs/guide/security-authorization.md @@ -218,7 +218,7 @@ Building authorization data is all about the following tasks: Depending on authorization flexibility requirements the tasks above could be done in different ways. -If your persmissions hierarchy doesn't change at all and you have a fixed number of users you can create a console +If your permissions hierarchy doesn't change at all and you have a fixed number of users you can create a console command that will initialize authorization data once via APIs offered by `authManager`: ```php