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.