From ba73df4a2b9dc93130e1b81b06c3533a203d88e6 Mon Sep 17 00:00:00 2001 From: Jack T Date: Mon, 31 Mar 2025 10:17:24 -0700 Subject: [PATCH] Fixed small typo in ARCHITECTURE.md (#1924) --- ARCHITECTURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 1a9292f5..9a5fb3b0 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -29,7 +29,7 @@ that you should be able to observe by using it. - Surfacing the plan to document what has been accomplished > [!TIP] -> In addition, there are some implementation choices that we've found very performance driving. The share +> In addition, there are some implementation choices that we've found very performance driving. They share > a theme of working well by default without constraining the model. > > - Encouraging the model to use `ripgrep` via the shell performs very well for navigating filesystems. It mostly