From 337bf9a8361740c1caf38ba28b9dc9f7303c9aca Mon Sep 17 00:00:00 2001 From: Anish <98446102+novanish@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:04:25 +0545 Subject: [PATCH] docs(CONTRIBUTING): fix typo (#331) ## 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 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e8d02b709..af1ef1770 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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