From 9bc4097ba043887b56054ed9b8ae85da38ff0a37 Mon Sep 17 00:00:00 2001 From: Ibrahim Bali Date: Fri, 6 Jul 2018 13:42:10 +0300 Subject: [PATCH] docs(contributing.md): fixed a typo in commit types (#1773) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ce9a891..8fb9b3c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -188,7 +188,7 @@ Must be one of the following: * **build**: Changes that affect the build system, CI configuration or external dependencies (example scopes: gulp, broccoli, npm) * **chore**: Other changes that don't modify `src` or `test` files -* **relese**: Release version commit +* **release**: Release version commit ### Scope The scope could be anything specifying place of the commit change. For example