From e7c69b855177126291178ebe136d891e09c183d3 Mon Sep 17 00:00:00 2001 From: Ankit Choudhary <61384771+codebriefcase@users.noreply.github.com> Date: Mon, 14 Jun 2021 19:06:02 +0530 Subject: [PATCH] docs: Grammatical error (#42571) Updated a minor grammatical error. PR Close #42571 --- aio/content/guide/testing-services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing-services.md b/aio/content/guide/testing-services.md index 3895e43b4c..e2ec1ad2e7 100644 --- a/aio/content/guide/testing-services.md +++ b/aio/content/guide/testing-services.md @@ -5,7 +5,7 @@ To check that your services are working as you intend, you can write tests speci
- For a hands-on experience you can run tests and explore the test code in your browser as your read this guide. + For a hands-on experience, you can run tests and explore the test code in your browser as you read this guide. If you'd like to experiment with the application that this guide describes, you can run it in your browser or download and run it locally.