From b1b62b82a67051a2c76f755dca95c0061b5c2513 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:10:19 +0000 Subject: [PATCH] fix typo Co-authored-by: Georgiana --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index 138dfcb..659966a 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -100,7 +100,7 @@ nox -s docs This will generate the html files and output them to the `docs/_build/html` folder. -If you would like to start a live server that reloads as you makes changes, you can run: +If you would like to start a live server that reloads as you make changes, you can run: ```bash nox -s docs -- live