From ff2f581dfa34a0ee72fb96a122f0dc3201c1d713 Mon Sep 17 00:00:00 2001 From: Marco Gorelli Date: Sun, 4 Jul 2021 19:15:55 +0100 Subject: [PATCH] fix typo --- docs/integrations/github_actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/github_actions.md b/docs/integrations/github_actions.md index d293c40dadf..e866a3cc616 100644 --- a/docs/integrations/github_actions.md +++ b/docs/integrations/github_actions.md @@ -3,7 +3,7 @@ You can use _Black_ within a GitHub Actions workflow without setting your own Python environment. Great for enforcing that your code matches the _Black_ code style. -## Compatiblity +## Compatibility This action is known to support all GitHub-hosted runner OSes. In addition, only published versions of _Black_ are supported (i.e. whatever is available on PyPI).