Fix a typo

This commit is contained in:
Don HO 2020-09-09 15:41:57 +02:00 committed by GitHub
parent 87467d41f1
commit cc75e6b959
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ Opening a issue beforehand allows the administrators and the community to discus
### Guidelines for pull requests ### Guidelines for pull requests
1. Respect Notepad++ coding style. 1. Respect Notepad++ coding style.
2. Create a new branch for each PR. **Make sure your branch name wasn't used before** - you can add date (for example `patch3_20200528`) to ensure its unicity. 2. Create a new branch for each PR. **Make sure your branch name wasn't used before** - you can add date (for example `patch3_20200528`) to ensure its uniqueness.
3. Single feature or bug-fix per PR. 3. Single feature or bug-fix per PR.
4. Make single commit per PR. 4. Make single commit per PR.
5. Make your modification compact - don't reformat source code in your request. It makes code review more difficult. 5. Make your modification compact - don't reformat source code in your request. It makes code review more difficult.