Skip to content

Commit fbf6118

Browse files
committed
Fix typos
1 parent 95f023f commit fbf6118

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/manual/relay.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Configuration options
113113

114114
`documentLoaderFactory`
115115
: A factory function for creating a document loader to fetch remote
116-
ActivityPub objects. See [*Getting a `Federation`
116+
ActivityPub objects. See [*Getting a `Federation`
117117
object*](./federation.md#documentloaderfactory).
118118

119119
`authenticatedDocumentLoaderFactory`
@@ -222,7 +222,6 @@ Return `true` to approve or `false` to reject. Rejected requests receive a
222222
Managing followers
223223
------------------
224224

225-
<<<<<<< HEAD
226225
The relay provides methods to query and manage followers through the `Relay`
227226
interface.
228227

@@ -281,7 +280,6 @@ Each follower entry contains:
281280
> supports listing by prefix (Redis, PostgreSQL, SQLite, Deno KV all support
282281
> this).
283282
284-
=======
285283
Follower data is stored in the [`KvStore`](./kv.md) with keys following the
286284
pattern `["follower", actorId]`. Each entry contains:
287285

@@ -322,7 +320,6 @@ for await (const entry of kv.list(["follower"])) {
322320
}
323321
~~~~
324322

325-
>>>>>>> cbb51460362eba2c9ccf5d639f9d25899bad64a4
326323

327324
Storage requirements
328325
--------------------

0 commit comments

Comments
 (0)