Unverified Commit 9bafd64a authored by Hong Minhee's avatar Hong Minhee
Browse files

docs: Fix additional article and verb form errors



- Fix incorrect article: "an one-time" → "a one-time" (2 instances in cli.md)
- Fix missing plural: "log message" → "log messages" (in log.md)

[ci skip]

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent eb2fe86c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -668,7 +668,7 @@ The output will be like the below:
### `-a`/`--authorized-fetch`: Authorized fetch

You can also use the `-a`/`--authorized-fetch` option to fetch the object with
authentication.  Under the hood, this option generates an one-time key pair,
authentication.  Under the hood, this option generates a one-time key pair,
spins up a temporary ActivityPub server to serve the public key, and signs
the request with the private key.

@@ -834,7 +834,7 @@ fedify lookup -o actors.json @fedify@hollo.social @hongminhee@fosstodon.org
--------------------------------------

The `fedify inbox` command is used to spin up an ephemeral server that serves
the ActivityPub inbox with an one-time actor, through a short-lived public DNS
the ActivityPub inbox with a one-time actor, through a short-lived public DNS
with HTTPS. This is useful when you want to test and debug the outgoing
activities of your server.  To start an ephemeral inbox server,
run the below command:
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ Logging
> We highly recommend enabling logging in your federated server app to debug
> your app easily.

Fedify uses the [LogTape] package to log message.  You can enable logging in
Fedify uses the [LogTape] package to log messages.  You can enable logging in
your federated server app by installing the `@logtape/logtape` package and
configuring it in the entry point of your app.