From: Marco Edward Gorelli Date: Sun, 4 Jul 2021 18:23:00 +0000 (+0100) Subject: fix typo (#2358) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/14072be245b909d2340e13c571e76bf36080cc5a?hp=017aafea992ca1c6d7af45d3013af7ddb7fda12a fix typo (#2358) --- diff --git a/docs/integrations/github_actions.md b/docs/integrations/github_actions.md index d293c40..e866a3c 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).