From b8e32d8e5e334d0396f973f6316c408d2c1922f6 Mon Sep 17 00:00:00 2001 From: Brian Doyle Date: Wed, 20 Dec 2023 16:49:53 -0500 Subject: [PATCH] Update apps/base-docs/docs/building-with-base-and-foundry/testing.md Co-authored-by: Gwendolynne Barr <31074572+gbarr01@users.noreply.github.com> --- apps/base-docs/docs/building-with-base-and-foundry/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base-docs/docs/building-with-base-and-foundry/testing.md b/apps/base-docs/docs/building-with-base-and-foundry/testing.md index 457f8957f2..8fe7a3b480 100644 --- a/apps/base-docs/docs/building-with-base-and-foundry/testing.md +++ b/apps/base-docs/docs/building-with-base-and-foundry/testing.md @@ -69,7 +69,7 @@ In order to run the test in Foundry, we simply run: $ forge test ``` -And we should see in the terminal: +You should see in the terminal: ```bash Running 2 tests for test/Counter.t.sol:CounterTest