Browse Source

Fix typo commited -> committed (#28)

v5.0.0-beta
Sota Yamashtia 8 years ago
committed by Eli Perelman
parent
commit
5feec467f8
  1. 2
      docs/contributing/development.md

2
docs/contributing/development.md

@ -149,7 +149,7 @@ test that can verify these changes in the future.
## Submitting a pull request ## 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 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 ```bash
❯ git add . ❯ git add .

Loading…
Cancel
Save