From 432f726460c0e80a0068c22731658d2cf9eaedac Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Fri, 8 Nov 2024 08:19:52 -0500 Subject: [PATCH] Minor updates to Contributing page --- Developing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Developing.md b/Developing.md index d921fc2..a773e90 100644 --- a/Developing.md +++ b/Developing.md @@ -5,7 +5,7 @@ # Developing ## Development Setup -Ensure that the following is installed: +Ensure that the following are installed: - [Deno](https://docs.deno.com/runtime/getting_started/installation/) - [Git](https://git-scm.com/downloads) @@ -30,7 +30,7 @@ ## Testing the `tests` directory. The directory contains some basic tests, as well as a test involving a local, non-running instance of a Lume site. -It is imperative to run the tests when making changes. The `test` task is +It is imperative to run the tests after making changes. The `test` task is provided as a shortcut for running the tests: ```shell