Fix typo in fairings guide: missing 'of the'.

This commit is contained in:
JR Heard 2021-07-14 20:11:03 -07:00 committed by Jeb Rosen
parent df8cf4575a
commit 3b9fd56d4c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ that can be used to solve problems in a clean, composable, and robust manner.
effected through fairings. You should **_not_** use a fairing to implement
authentication or authorization (preferring to use a [request guard] instead)
_unless_ the authentication or authorization applies to all or the
overwhelming majority application. On the other hand, you _should_ use a
overwhelming majority of the application. On the other hand, you _should_ use a
fairing to record timing and usage statistics or to enforce global security
policies.