Skip to content

Commit

Permalink
fix: minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed May 22, 2018
1 parent ebf998a commit 7a564b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ npm run lint:fix
- Add tests in the src/components/\_\_tests\_\_ folder
- Register this component in src/index.js
- Run lint and tests before commiting anything
- Commit using [Commit Convention](.github/COMMIT_CONVENTION.md)
- Commit using [Commit Convention](./COMMIT_CONVENTION.md)
- PR on github
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ yarn-debug.log*
yarn-error.log*

# Integrity files
.package-lock.json
package-lock.json
.yarn-integrity


# Optional npm cache directory
.npm

Expand Down

0 comments on commit 7a564b5

Please sign in to comment.