-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
✏️ Fix a few typos in the source and documentation #1028
base: master
Are you sure you want to change the base?
Conversation
📝 Docs preview for commit ed7c0cb at: https://1783ccf2.typertiangolo.pages.dev Modified Pages |
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.
Hi, thanks for the contribution! We appreciate it.
The typo fixes in the documentation and source comments like fine. 👍
However, I would refrain from changing convertor
to converter
as this is used as an argument in various public functions in main.py
, and it would break people's code who call these functions with convertor=x
. And while convertor
is probably less frequently used than converter
, I still think it's a valid term, so as such I would just keep that one across all occurrences. Can you make that edit? Thanks! 🙏
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.
I've gone ahead and reverted the convertor
changes, to avoid unnecessary breaking changes. This PR should now be good to merge 🎉
📝 Docs preview for commit b56069c at: https://68bdccf5.typertiangolo.pages.dev Modified Pages |
This merge request fixes typos in various locations in the application.