From bbed5dfa2692986771f835da2a44b02e9820ab09 Mon Sep 17 00:00:00 2001 From: Cheryl Hughey Date: Mon, 12 Aug 2024 10:38:37 -0500 Subject: [PATCH] Add more punctuation to contribution guide (#9435) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4ea321ac..0372cd2fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,7 +118,7 @@ on rebuilding the bundles whenever any source file changes. ## Running the Tests -Before running the tests make sure that the source code has been built (as mentioned above). If you want to run the tests in the background while working on Leaflet it is recommended you run the build in `watch` mode. This way the tests will automatically re-run when changes to the source code are made. +Before running the tests, make sure that the source code has been built (as mentioned above). If you want to run the tests in the background while working on Leaflet, it is recommended you run the build in `watch` mode. This way the tests will automatically re-run when changes to the source code are made. To run the tests from the command line, ensure you have [Google Chrome](https://www.google.com/chrome/) installed and then run: