Browse Source

Update CONTRIBUTING.md (#26412)

Fixed a Typographical Error.
manavb2214 1 year ago
parent
commit
80734cc945
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/CONTRIBUTING.md

+ 1 - 1
.github/CONTRIBUTING.md

@@ -37,7 +37,7 @@ Unless you're fixing a bug, all pull requests should be made against the *develo
 
 If you're fixing a bug, it is preferred that you cook your fix and pull request it against an oldest version affected.
 
-We recommand to push it into N - 2 for N the latest version available, if not possible into version N - 1, and finally into develop.
+We recommend to push it into N - 2 for N the latest version available, if not possible into version N - 1, and finally into develop.
 This is just a recommendation, currently, if you push a bug fix on a very old version, it is still merged and propagated into
 higher versions.