Skip to content

Commit 7a564b5

Browse files
committed
fix: minor typos
1 parent ebf998a commit 7a564b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: .github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ npm run lint:fix
3030
- Add tests in the src/components/\_\_tests\_\_ folder
3131
- Register this component in src/index.js
3232
- Run lint and tests before commiting anything
33-
- Commit using [Commit Convention](.github/COMMIT_CONVENTION.md)
33+
- Commit using [Commit Convention](./COMMIT_CONVENTION.md)
3434
- PR on github

Diff for: .gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ yarn-debug.log*
1515
yarn-error.log*
1616

1717
# Integrity files
18-
.package-lock.json
18+
package-lock.json
1919
.yarn-integrity
2020

21-
2221
# Optional npm cache directory
2322
.npm
2423

0 commit comments

Comments
 (0)