浏览代码

Update CONTRIBUTING.md (#26412)

Fixed a Typographical Error.
manavb2214 1 年之前
父节点
当前提交
80734cc945
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 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
 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. 
 higher versions.