From 355fa7951781d41932e3ee8d72ec2a58c07a0b38 Mon Sep 17 00:00:00 2001 From: "sourcegraph-commit-signing-s2[bot]" <292215795+sourcegraph-commit-signing-s2[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:04:52 +0000 Subject: [PATCH] fix/docs: Fix spelling errors in the documentation Corrects prose typos found by codespell. Code samples, CLI flags, config keys, YAML keys and values, URLs, identifiers, and quoted output are unchanged, and generated or vendored files are skipped. Co-authored-by: marcleblanc2 <7050295+marcleblanc2@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- components/clusters/minikube/README.md | 2 +- components/clusters/old-base/README.md | 6 +++--- components/network/tls/README.md | 2 +- components/storage-class/ssd/README.md | 2 +- examples/monitoring/privileged/README.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6e250852..27488d10 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,12 +9,12 @@ - [ ] Update [CHANGELOG.md](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/CHANGELOG.md) - [ ] Update [K8s Upgrade notes](https://github.com/sourcegraph/sourcegraph/blob/main/doc/admin/updates/kubernetes.md) -- [ ] Kustomiz-specific changes +- [ ] Kustomize-specific changes - [ ] Update sister repository: [deploy-sourcegraph-helm](https://github.com/sourcegraph/deploy-sourcegraph-helm) - [ ] Update sister repository: [deploy-sourcegraph-docker](https://github.com/sourcegraph/deploy-sourcegraph-docker) - [ ] Verify all images have a valid tag and SHA256 sum diff --git a/components/clusters/minikube/README.md b/components/clusters/minikube/README.md index 6f806d14..6a9af05b 100644 --- a/components/clusters/minikube/README.md +++ b/components/clusters/minikube/README.md @@ -1 +1 @@ -This component deletes resource declarations and storage classnames to enable runnning Sourcegraph on minikube. \ No newline at end of file +This component deletes resource declarations and storage classnames to enable running Sourcegraph on minikube. \ No newline at end of file diff --git a/components/clusters/old-base/README.md b/components/clusters/old-base/README.md index 79f52aff..92a44bf7 100644 --- a/components/clusters/old-base/README.md +++ b/components/clusters/old-base/README.md @@ -4,11 +4,11 @@ This component configure current base cluster using the configurations for the o It updates and generates resources from the old cluster includes: - - the monitoring stack and cadvisor + - the monitoring stack and cAdvisor - searcher and symbols as Deployment - - run as root, privilieged + - run as root, privileged - include RBAC resources -This should only be used to generate old cluster for comparision purpose. +This should only be used to generate old cluster for comparison purpose. Check out the `examples/old-cluster` directory to see how this component is used. diff --git a/components/network/tls/README.md b/components/network/tls/README.md index 4ee84944..e80456db 100644 --- a/components/network/tls/README.md +++ b/components/network/tls/README.md @@ -1,5 +1,5 @@ # TLS component -For demostration only. We do not recommend storing any keys or secrets remotely. +For demonstration only. We do not recommend storing any keys or secrets remotely. DO NOT commit any keys or secrets to public or private repositories. diff --git a/components/storage-class/ssd/README.md b/components/storage-class/ssd/README.md index 7d157794..1a5049f9 100644 --- a/components/storage-class/ssd/README.md +++ b/components/storage-class/ssd/README.md @@ -1,6 +1,6 @@ # SSDs -Using local SSDs dramatically speeds up many of Sourcegraph's services. Even if the cluster's default storage class uses SSDs, it's likely network-mounted rather than local. Read your cloud provider's documentation for mouting local SSDs. +Using local SSDs dramatically speeds up many of Sourcegraph's services. Even if the cluster's default storage class uses SSDs, it's likely network-mounted rather than local. Read your cloud provider's documentation for mounting local SSDs. - [GCP](https://cloud.google.com/compute/docs/disks/local-ssd) - [AWS](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html) diff --git a/examples/monitoring/privileged/README.md b/examples/monitoring/privileged/README.md index b016f0f1..1c9fb0a9 100644 --- a/examples/monitoring/privileged/README.md +++ b/examples/monitoring/privileged/README.md @@ -1,3 +1,3 @@ Deploy Sourcegraph monitoring services as root with privileges. -RBAC resouces included. +RBAC resources included.