-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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 typos and minor doc issues #6020
Conversation
Thanks @nagix for this cleanup work, I like when it's done in one go and consistently. |
Maybe it’s good time to convert all the primitive data types to lower case as suggested in #5925 (comment). |
I think I would try to follow the TypeScript Basic Types notations and Do's and Don'ts. If these conventions make sense for everyone, I agree it's the good time. |
Added more fixes, coveted basic data types to lower case and introduced TypeScript's union type expression. |
Thanks for the comments. The suggested changes have been added. |
Fix typos and minor issues making the doc more consistent.