From bfab2f8a81307cfb14dbdbe367cccfc9697e2e25 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> --- TESTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTING.md b/TESTING.md index 21513d33f..8ae0e4435 100644 --- a/TESTING.md +++ b/TESTING.md @@ -2,12 +2,12 @@ Developers can test using [Vagrant](https://www.vagrantup.com) and your Sourcegraph GCP account. -- Use [these](https://www.vagrantup.com/docs/index) instructions to install `Vagrant` on your local machine. Once sucessfully installed, install the required plugin: +- Use [these](https://www.vagrantup.com/docs/index) instructions to install `Vagrant` on your local machine. Once successfully installed, install the required plugin: ``` vagrant plugin install vagrant-google ``` -- Ensure your credentials are correct by excecuting the command below and following the prompts: +- Ensure your credentials are correct by executing the command below and following the prompts: ``` gcloud auth application-default login ``` @@ -21,7 +21,7 @@ gcloud auth application-default login .buildkite/vagrant-run.sh docker-test ``` -This command will start a GCP instance, upload your local copy of the reposistory and run the relevant smoke test for the docker-compose deployment type. +This command will start a GCP instance, upload your local copy of the repository and run the relevant smoke test for the docker-compose deployment type. To run any additional tests or commands, edit the servers.yaml and add the commands to the `shell_commands` list, eg: ```