Skip to content

Commit

Permalink
package: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Dec 13, 2024
1 parent bc8f78d commit 63763fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ tags conform to the ["Udacity Git Commit Message Style Guide"](https://udacity.g
- `feat`: A new feature
- `fix`: A bug fix
- `docs`: Changes to documentation
- `style`: Formatting, missing semi colons, etc; no code change
- `style`: Formatting, missing semicolons, etc.; no code change
- `refactor`: Refactoring production code
- `test`: Adding tests, refactoring test; no production code change
- `chore`: Updating build tasks, package manager configs, etc; no production code change
- `chore`: Updating build tasks, package manager configs, etc.; no production code change

Informal tags:

Expand Down

0 comments on commit 63763fc

Please sign in to comment.