From f77c3604ce8044ecb493c2736675470e554e5caa Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 30 Apr 2023 02:05:43 +0900 Subject: [PATCH] fix typo in testing.md (#3537) Runing -> Running --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 47cbecafcd..9a1735966e 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -28,7 +28,7 @@ python -m pytest :::shell pytest --cov=autogpt --without-integration --without-slow-integration -## Runing the linter +## Running the linter This project uses [flake8](https://flake8.pycqa.org/en/latest/) for linting. We currently use the following rules: `E303,W293,W291,W292,E305,E231,E302`.