Typos Update config.md (#10591)
Fix Typos and Improve Clarity in Documentation
Bryer committed
Nov 19, 2024 at 19:40 UTC
d506003913a17c2c80ceedb767e0444359393601
1 file changed
+4
-4
docs/config.md
+4
-4
@@ -210,7 +210,7 @@ Contains information about various listener addresses to be used by this node.
210
211
### `Addresses.API`
212
213
-[Multiaddr][multiaddr] or array of multiaddrs describing the address to serve
213
+[Multiaddr][multiaddr] or array of multiaddrs describing the addresses to serve
214
the local [Kubo RPC API](https://docs.ipfs.tech/reference/kubo/rpc/) (`/api/v0`).
215
216
Supported Transports:
@@ -334,7 +334,7 @@ secret.
334
335
Default: `null`
336
337
-Type: `object[string -> object]` (user name -> authorization object, see bellow)
337
+Type: `object[string -> object]` (user name -> authorization object, see below)
338
339
For example, to limit RPC access to Alice (access `id` and MFS `files` commands with HTTP Basic Auth)
340
and Bob (full access with Bearer token):
@@ -467,7 +467,7 @@ internet) to automatically obtain a wildcard TLS certificate for a DNS name
467
unique to their PeerID at `*.[PeerID].libp2p.direct`. This enables direct
468
libp2p connections and retrieval of IPFS content from browsers [Secure Context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts)
469
using transports such as [Secure WebSockets](https://github.com/libp2p/specs/blob/master/websockets/README.md),
470
-without requiring user to do any manual domain registration and ceritficate configuration.
470
+without requiring user to do any manual domain registration and certificate configuration.
471
472
Under the hood, [p2p-forge] client uses public utility service at `libp2p.direct` as an [ACME DNS-01 Challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge)
473
broker enabling peer to obtain a wildcard TLS certificate tied to public key of their [PeerID](https://docs.libp2p.io/concepts/fundamentals/peers/#peer-id).
@@ -535,7 +535,7 @@ Do not change this unless you self-host [p2p-forge] under own domain.
535
536
> [!IMPORTANT]
537
> The default endpoint performs [libp2p Peer ID Authentication over HTTP](https://github.com/libp2p/specs/blob/master/http/peer-id-auth.md)
538
-> (prooving ownership of PeerID), probes if your Kubo node can correctly answer to a [libp2p Identify](https://github.com/libp2p/specs/tree/master/identify) query.
538
+> (proving ownership of PeerID), probes if your Kubo node can correctly answer to a [libp2p Identify](https://github.com/libp2p/specs/tree/master/identify) query.
539
> This ensures only a correctly configured, publicly diallable Kubo can initiate [ACME DNS-01 challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge) for `peerid.libp2p.direct`.
540
541
Default: `https://registration.libp2p.direct` (public good run by [Interplanetary Shipyard](https://ipshipyard.com))