From ca78dd28a83badee1736259f699c9e3f64e07449 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 15 Jun 2024 05:56:12 -0500 Subject: [PATCH] docs(developing): Fix grammar --- docs/developing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing.md b/docs/developing.md index 833d5513e..72e3a0c07 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -56,7 +56,7 @@ Rebuild docs and run server via one terminal: `make dev_docs` (requires above, a ### ruff -The project uses [ruff] to handles formatting, sorting imports and linting. +The project uses [ruff] to handle formatting, sorting imports and linting. ````{tab} Command