From 5feec467f85dca7f346930cc061f6aaaad71ecb0 Mon Sep 17 00:00:00 2001 From: Sota Yamashtia Date: Mon, 20 Feb 2017 00:05:39 +0900 Subject: [PATCH] Fix typo commited -> committed (#28) --- docs/contributing/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/development.md b/docs/contributing/development.md index dc8dc49..848930a 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -149,7 +149,7 @@ test that can verify these changes in the future. ## Submitting a pull request Once you are satisified with your changes, you should commit them and submit a pull request. Use `git add` -in order to add files that should be commited. Give your changes a descriptive but not overly verbose message. +in order to add files that should be committed. Give your changes a descriptive but not overly verbose message. ```bash ❯ git add .