[PR #2707] [MERGED] docs: fix typos #2814

Closed
opened 2025-12-29 04:19:05 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2707
Author: @thisislawatts
Created: 7/26/2025
Status: Merged
Merged: 7/28/2025
Merged by: @nblock

Base: mainHead: docs/introduce-spell-checker


📝 Commits (1)

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 docs/about/faq.md (+4 -4)
📝 docs/ref/oidc.md (+2 -2)

📄 Description

  • have read the CONTRIBUTING.md file
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

Result of running cspell on the docs directory using the following configuration file:

{
    "dictionaries": [
        "en-gb",
        "softwareTerms",
        "companies",
        "go"
    ],
    "ignorePaths": [
        "**/*.svg",
        "**/*.yaml",
        "**/*.yml"
    ],
    "language": "en",
    "words": [
        "alpn",
        "authelia",
        "authentik",
        "authkey",
        "authurl",
        "autocert",
        "autogroup",
        "autogroups",
        "caddyfile",
        "configtest",
        "dalby",
        "debugkey",
        "derp",
        "distroless",
        "entra",
        "headplane",
        "headscale",
        "headscalebacktosqlite",
        "homelabbers",
        "hosters",
        "hscontrol",
        "ingressgateway",
        "juanfont",
        "jumpcloud",
        "kanidm",
        "kristoffer",
        "ldflags",
        "letsencrypt",
        "mkdocs",
        "myexit",
        "myfirstuser",
        "myrouter",
        "myvpn",
        "netcheck",
        "netmap",
        "nologin",
        "nonroot",
        "noout",
        "pacman",
        "pkce",
        "preauthkey",
        "preauthkeys",
        "setcap",
        "ssmith",
        "taildrop",
        "tailnet",
        "tailscale",
        "unraid",
        "webservers"
    ]
}

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/2707 **Author:** [@thisislawatts](https://github.com/thisislawatts) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@nblock](https://github.com/nblock) **Base:** `main` ← **Head:** `docs/introduce-spell-checker` --- ### 📝 Commits (1) - [`5665a92`](https://github.com/juanfont/headscale/commit/5665a9243116d572aaf3f882aad7d401c2419f04) docs: fix typos ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `docs/about/faq.md` (+4 -4) 📝 `docs/ref/oidc.md` (+2 -2) </details> ### 📄 Description - [x] have read the [CONTRIBUTING.md](./CONTRIBUTING.md) file - [ ] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [ ] added integration tests - [x] updated documentation if needed - [ ] updated CHANGELOG.md Result of running [cspell](https://cspell.org/) on the docs directory using the following configuration file: ```json { "dictionaries": [ "en-gb", "softwareTerms", "companies", "go" ], "ignorePaths": [ "**/*.svg", "**/*.yaml", "**/*.yml" ], "language": "en", "words": [ "alpn", "authelia", "authentik", "authkey", "authurl", "autocert", "autogroup", "autogroups", "caddyfile", "configtest", "dalby", "debugkey", "derp", "distroless", "entra", "headplane", "headscale", "headscalebacktosqlite", "homelabbers", "hosters", "hscontrol", "ingressgateway", "juanfont", "jumpcloud", "kanidm", "kristoffer", "ldflags", "letsencrypt", "mkdocs", "myexit", "myfirstuser", "myrouter", "myvpn", "netcheck", "netmap", "nologin", "nonroot", "noout", "pacman", "pkce", "preauthkey", "preauthkeys", "setcap", "ssmith", "taildrop", "tailnet", "tailscale", "unraid", "webservers" ] } ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 04:19:05 +01:00
adam closed this issue 2025-12-29 04:19:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2814