From 6d4711aff23d1afcf48c65b72d2342a9bcf12368 Mon Sep 17 00:00:00 2001 From: guoguodan <58167141+guoguodan@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:27:10 +0800 Subject: [PATCH] Update test-guide.md (#853) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Runing--》Running --- docs/en/test-guide/test-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/test-guide/test-guide.md b/docs/en/test-guide/test-guide.md index 029254267..c482fcc28 100644 --- a/docs/en/test-guide/test-guide.md +++ b/docs/en/test-guide/test-guide.md @@ -12,7 +12,7 @@ Unit tests is in the project directory. make test ``` -### Runing uint tests with coverage reports +### Running uint tests with coverage reports ```bash make test-coverage @@ -28,7 +28,7 @@ E2E tests is in `test/e2e` path. make e2e-test ``` -### Runing E2E tests with coverage reports +### Running E2E tests with coverage reports ```bash make e2e-test-coverage