From 0a12fedaff5a870a00929abc6a4e38867ef29e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Thu, 16 Nov 2023 11:25:12 +0100 Subject: [PATCH] fix(docs): make linter happy Part-of: --- docs/specs/user-follow/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specs/user-follow/index.md b/docs/specs/user-follow/index.md index 1bca3a39d..de3dced5b 100644 --- a/docs/specs/user-follow/index.md +++ b/docs/specs/user-follow/index.md @@ -17,7 +17,7 @@ Activity : A verb that describes an action targeting an **Object**. This informs the receiving server what it needs to do with the object. For example: `Create`, `Delete`, `Undo`, `Follow`, `Block`. Actor -: An ActivityPub object representing an entity capbable of performing actions. See the [ActivityPub specification][actor] for more details. +: An ActivityPub object representing an entity capable of performing actions. See the [ActivityPub specification][actor] for more details. Requesting user : The user who sends a request. For example: If **Bob** requests to follow **Alice**, **Bob** is the requesting user. @@ -264,7 +264,7 @@ The following working groups are responsible for implementing this feature: - The **Backend group** is responsible for building the API endpoints and ActivityPub S2S logic - The **Design group** is responsible for drafting designs for the web app interactions -- The **Frontend group** is responsible for implementing the desigs from the **Design group** and adding support for the new API +- The **Frontend group** is responsible for implementing the designs from the **Design group** and adding support for the new API - The **Documentation group** is responsible for finalizing the specification of the feature and documenting it for users ## Open questions