Skip to content

Commit

Permalink
docs(CONTRIBUTING): fix typo (#331)
Browse files Browse the repository at this point in the history
## Fix typo in CONTRIBUTING.md

This PR corrects a typo in the CONTRIBUTING.md file, changing
"functionaility" to "functionality" in the semantic versioning section.

Co-authored-by: Yun Dai <yundai424@gmail.com>
  • Loading branch information
novanish and yundai424 authored Oct 31, 2024
1 parent 48aa62d commit 337bf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ Fork the repo, copy and paste the successful test logs in the PR and submit the
### Notes on version:
Here we follow the [sematic versioning](https://semver.org/). Denote the version as `major.minor.patch`, we increment:
- Major version when there is backward incompatible change
- Minor version when there is new backward-compatible functionaility
- Minor version when there is new backward-compatible functionality
- Patch version for bug fixes

0 comments on commit 337bf9a

Please sign in to comment.