From d9e2548953824833017dd9852381ca49ffea1182 Mon Sep 17 00:00:00 2001 From: Gaspard Wierzbinski Date: Tue, 16 Apr 2024 22:43:26 -1000 Subject: [PATCH] Correct typo --- docs/federation/endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/federation/endpoints.md b/docs/federation/endpoints.md index 553a9d8..f0ac925 100644 --- a/docs/federation/endpoints.md +++ b/docs/federation/endpoints.md @@ -9,7 +9,7 @@ These requests are predominantly `POST` requests that carry a JSON object in the Servers that receive non-conforming Lysand objects **SHOULD** disregard these objects as invalid, and return a `400 Bad Request` response code (these could include debugging information in the response body). > [!NOTE] -> Values such as ``https://example.com/users/uuid` are example implementations and not a guide on how an implementation should format a URI. These must follow the rules outlined in [the base spec](../spec.md). +> Values such as `https://example.com/users/uuid` are example implementations and not a guide on how an implementation should format a URI. These must follow the rules outlined in [the base spec](../spec.md). > ## User Actor Endpoints