From 8c3f80d7f1fa3fcefb61e44bc025e9af7e84bee2 Mon Sep 17 00:00:00 2001 From: Muhammad Adipurna Kusumawardana Date: Thu, 5 Nov 2020 04:19:39 +0700 Subject: [PATCH] fix typo on CONTRIBUTING.md fix typo inline 11 change 'dependancies' to 'dependencies' --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef23956..ed591bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Please open an issue and discuss the problem / feature before starting to code. - Keep the style consistent with existent code. - Stay with pure fish (use builtins) -- Avoid dependancies +- Avoid dependencies ## Git Commit Messages