Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion concepts/policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Introduction
A Policy is <strong>function</strong>, that executed before accessing <strong>Controllers</strong>.
With Policies you can setup <strong>access controll</strong>, <strong>autorization</strong> or any <strong>processing</strong> that can be done before accessing controller function.
With Policies you can setup <strong>access control</strong>, <strong>authorization</strong> or any <strong>processing</strong> that can be done before accessing controller function.

You can use Policies for whatever you want, there is no convention.

Expand Down