fix: correct typo for 'please' in CONTRIBUTING.md - #15375
Merged
Merged
Conversation
jiangnan0541
added a commit
to jiangnan0541/my-algorithms
that referenced
this pull request
Sep 18, 2026
候选 1(CONTRIBUTING.md 拼写修复)已提交: TheAlgorithms/Python#15375 顺带把不克隆大仓库、纯用 gh api 走完 fork -> 建分支 -> 改文件 -> 开 PR 的步骤记在文档里, 以后提第二个候选 PR 可以直接照做。
Member
|
I would avoid putting the misspelling in the commit title because many repos publish changelogs with the title of landed pull requests, which perpetuates the misspelling in the docs. This means that typo discovery tools such as |
cclauss
approved these changes
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fix a small typo in `CONTRIBUTING.md`: `pslease` → `please` (line 199).
Type of change
Checklist