ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.18k stars 3.02k forks source link

Typos Update config.md #10591

Closed 0xbryer closed 2 days ago

0xbryer commented 2 days ago

Description:
This pull request addresses multiple issues in the documentation to improve clarity and correctness. Ensuring accurate and clear documentation is essential for both new and existing users to avoid confusion and ensure a better understanding of the system's functionality. Below are the changes made:

Summary of Changes:

  1. Addresses.API

    • Original: "Multiaddr or array of multiaddrs describing the address to serve the local Kubo RPC API (/api/v0)."
    • Fixed: Replaced "address" with "addresses" to align with the description of "Multiaddr or array of multiaddrs." This change ensures consistency in terminology and avoids potential misunderstandings.
  2. API.Authorizations

    • Original: "bellow"
    • Fixed: Corrected the spelling to "below," ensuring proper usage of English grammar and improving readability.
  3. AutoTLS

    • Original: "ceritficate"
    • Fixed: Corrected to "certificate" to fix the typo.
    • Original: "prooving"
    • Fixed: Corrected to "proving" for proper spelling and accuracy.

Importance:

These changes, though minor, enhance the professionalism and accessibility of the documentation. Correct grammar and precise terminology are critical to maintaining user trust and facilitating the adoption of the platform.