From fc4da5768f3f9a4ae936b76788938815bc3b6288 Mon Sep 17 00:00:00 2001 From: Anirudh Jain Date: Mon, 3 Jul 2023 19:18:15 +0530 Subject: [PATCH] fix(docs): fix grammar in Loopback-component-authentication.md Signed-off-by: Anirudh Jain --- docs/site/Loopback-component-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/Loopback-component-authentication.md b/docs/site/Loopback-component-authentication.md index 2b32796e0c67..cad58c91b837 100644 --- a/docs/site/Loopback-component-authentication.md +++ b/docs/site/Loopback-component-authentication.md @@ -15,7 +15,7 @@ It begins with the architecture of `@loopback/authentication` from high level. Then comes with the sub-sections for each artifact provided by the component. Each section shows: -- **How to use it in the application.** (Code that users need to add when use +- **How to use it in the application.** (Code that users need to add when using the module.) - **The mechanism of that artifact.** (Code that explains the mechanism.)