From f280bb2bff7b3659cb79083fa08bbe596f845f5e Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 18 Nov 2019 17:13:36 +1100 Subject: [PATCH] Fix simple typo: suppored -> supported --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e20b95b..cfa100b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -53,7 +53,7 @@ Making Changes EditorConfig allows us to provide a single ``.editorconfig`` file to configure settings like indentation consistently - across a variety of suppored editors. + across a variety of supported editors. See https://editorconfig.org/#download to install the plugin for your editor. - Create a topic branch off of master for your changes: