From 08c13ef5c8dc4aa2b7289a35ee36592c8f376969 Mon Sep 17 00:00:00 2001 From: BionicPimp Date: Fri, 22 Apr 2016 12:04:16 -0700 Subject: [PATCH] Update README.md Fixed a few minor typos. --- concepts/policies/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/policies/README.md b/concepts/policies/README.md index 7d8580a..3816fbb 100644 --- a/concepts/policies/README.md +++ b/concepts/policies/README.md @@ -6,7 +6,7 @@ ### Introduction A Policy is function, that executed before accessing Controllers. -With Policies you can setup access controll, autorization or any processing that can be done before accessing controller function. +With Policies you can setup access control, authorization or any processing that can be done before accessing controller function. You can use Policies for whatever you want, there is no convention.