summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpiuvas <mail@piuvas.net>2025-04-21 09:32:53 -0300
committerpiuvas <mail@piuvas.net>2025-04-21 09:32:53 -0300
commit58ef95e962bc6559ff49b73e280671ecf71ce6d7 (patch)
tree783dc6f88d8961ff830fdfd746d0f2202fc04c99
parentmerge: Verify links in remote accounts. (!964) (diff)
downloadsharkey-58ef95e962bc6559ff49b73e280671ecf71ce6d7.tar.gz
sharkey-58ef95e962bc6559ff49b73e280671ecf71ce6d7.tar.bz2
sharkey-58ef95e962bc6559ff49b73e280671ecf71ce6d7.zip
fix typo in contributing.
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index abbbdcded7..410b7e595a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -680,7 +680,7 @@ seems to do a decent job)
* from `packages/backend/src/queue/processors/InboxProcessorService.ts`
to `packages/backend/src/core/UpdateInstanceQueue.ts`
where `updateInstanceQueue` is impacted
- * from `verifyLink` in `packages/backend/src/core/activitypub/models/ApPersonService.ts` to `verifyFieldLink` in `packages/backend/src/misc/verify-field-link.ts` (if sensible)
+ * from `verifyLink` in `packages/backend/src/core/activitypub/models/ApPersonService.ts` to `verifyFieldLinks` in `packages/backend/src/misc/verify-field-link.ts` (if sensible)
* if there have been any changes to the federated user data (the
`renderPerson` function in
`packages/backend/src/core/activitypub/ApRendererService.ts`), make