From 9ded56be739409b08d2e736523dddad32ab833b7 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Tue, 15 Sep 2026 15:02:06 -0600 Subject: [PATCH] test: Example PR that fails the spell check (do not merge) Adds a sentence with three misspelled words, and one allow-list entry out of alphabetical order. Amp-Thread-ID: https://ampcode.com/threads/T-01a0a6dc-7fb8-766d-8e8d-c2fda22ee1ce Co-authored-by: Amp --- cspell-allow-list.txt | 1 + docs/code-search/features.mdx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cspell-allow-list.txt b/cspell-allow-list.txt index abe1a0e1a..b1ab07c83 100644 --- a/cspell-allow-list.txt +++ b/cspell-allow-list.txt @@ -601,3 +601,4 @@ YOURUSERNAME Zaporizhzhia Zoekt zoomable +aardvark diff --git a/docs/code-search/features.mdx b/docs/code-search/features.mdx index b86a4d8f3..34d0bdc09 100644 --- a/docs/code-search/features.mdx +++ b/docs/code-search/features.mdx @@ -31,6 +31,8 @@ Searches scoped to specific repositories are always up-to-date. Sourcegraph auto Unscoped search results over large repository sets may trail latest default branch revisions by some interval of time. This interval is a function of the number of repositories and the computational resources devoted to search indexing. +Soucregraph keeps results fresh across your organization, and the exector runs each batch spec on kuberentes. + ## Commit diff search Search over commit diffs using `type:diff` to see how your codebase has changed over time. This is often used to find changes to particular functions, classes, or areas of the codebase when debugging.