From 24b2bd59500c7da13233a151bf8b330b709425ff Mon Sep 17 00:00:00 2001
From: Phil de Joux <philderbeast@gmail.com>
Date: Fri, 6 Oct 2023 16:31:12 -0400
Subject: [PATCH] Simplify to avoid an an typo

---
 cabal-testsuite/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cabal-testsuite/README.md b/cabal-testsuite/README.md
index e206530d0fb..1fba1d85446 100644
--- a/cabal-testsuite/README.md
+++ b/cabal-testsuite/README.md
@@ -226,8 +226,8 @@ technical innovations to make this work:
   to these scripts.
 
 * The startup latency of `runghc` can be quite high, which adds up
-  when you have many tests.  To solve this, in `Test.Cabal.Server`
-  we have an implementation an GHCi server, for which we can reuse
+  when you have many tests.  To solve this, our `Test.Cabal.Server`
+  GHCi server implementation can reuse
   a GHCi instance as we are running test scripts.  It took some
   technical ingenuity to implement this, but the result is that
   running scripts is essentially free.