From 8c50cc9d1e40561cdd2e54066d8ef107b50acc19 Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Fri, 5 Feb 2021 17:32:03 -0500 Subject: [PATCH] typo to apache/superset (#12966) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b30840a26..c4e54d624 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -563,7 +563,7 @@ pip3 install -r requirements/integration.txt pre-commit install ``` -Alternatively it possible to run pre-commit via tox: +Alternatively it is possible to run pre-commit via tox: ```bash tox -e pre-commit