From de2dfe25bf63dec7e798c504dfe26795afdfa08d Mon Sep 17 00:00:00 2001 From: Chandan Rai Date: Fri, 24 Feb 2017 23:24:53 +0530 Subject: [PATCH] corrected typo in docs/contributing/development.md (#55) corrected `satisified` to `satisfied` --- 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 e3befec..0332d26 100644 --- a/docs/contributing/development.md +++ b/docs/contributing/development.md @@ -159,7 +159,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` +Once you are satisfied with your changes, you should commit them and submit a pull request. Use `git add` in order to add files that should be committed. Give your changes a descriptive but not overly verbose message. ```bash