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