-
Notifications
You must be signed in to change notification settings - Fork 874
[CodeStyle][Typos][L-6,L-8] Fix typo("lengths","likely") #7616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7616.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes two spelling errors in documentation files and updates the typo configuration accordingly.
- Corrected "lengthes" to "lengths" in Deep Speech 2 documentation
- Corrected "likey" to "likely" in distributed training documentation
- Removed both corrected typos from the
_typos.tomlexclusion list
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/design/network/deep_speech_2.md | Fixed spelling of "lengths" in the Data Layers description |
| docs/design/dist_train/distributed_training_review.md | Fixed spelling of "likely" in the Codistillation section |
| _typos.toml | Removed "lengthes" and "likey" entries from the known typos list since they are now fixed |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ooooo-create
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
这个可以进行修改,因为是示例代码 |
…e#7616) * fix:'lengths' and 'likely' * fix:'likely' * fix:'lengths'
PR Category
User Experience
Description
修复如下 typo 问题:
未修复: # (L-7 library | libary 所在文件docs/api/paddle/utils/cpp extension/load cn.rst:32:24)。
原因:
Related links