Update CONTRIBUTING.md (#26412)

Fixed a Typographical Error.
This commit is contained in:
manavb2214 2023-11-01 18:55:48 +05:30 committed by GitHub
parent 9580f5bc11
commit 80734cc945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.