aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 190f8c7..2b5c8d2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ lint: ## Run lints (eg, flake8, mypy)
@pipenv run mypy grobid_tei_xml/ tests/
.PHONY: fmt
-fmt: ## Run code formating on all source code
+fmt: ## Run code formatting on all source code
pipenv run isort --atomic grobid_tei_xml/ tests/
pipenv run black --line-length 96 grobid_tei_xml/ tests/