From b1ec6cb870b4f6ce04436351a0f22c05befe8694 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 15 Jun 2024 05:56:30 -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 eabde77..8a22067 100644 --- a/docs/developing.md +++ b/docs/developing.md @@ -50,7 +50,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