From 3b9fd56d4cccc3a016d004c43fbd8b3a64603349 Mon Sep 17 00:00:00 2001 From: JR Heard Date: Wed, 14 Jul 2021 20:11:03 -0700 Subject: [PATCH] Fix typo in fairings guide: missing 'of the'. --- site/guide/7-fairings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/7-fairings.md b/site/guide/7-fairings.md index 52ccfaef..ca8f0ecb 100644 --- a/site/guide/7-fairings.md +++ b/site/guide/7-fairings.md @@ -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.