mirror of https://github.com/rwf2/Rocket.git
Fix typo in fairings guide: missing 'of the'.
This commit is contained in:
parent
df8cf4575a
commit
3b9fd56d4c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue