We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refers to the pages in docs, I think that the first letter of text(like button) in code blocks should be capitalised.
button
For example, there is a violation of writing standards in /guide/components/attrs, it should be write like this:
/guide/components/attrs
- <button class="large">click me</button> + <button class="large">Click Me</button>
The text was updated successfully, but these errors were encountered:
I think you're totally right @xiaodong2008! Appreciate the call out.
Do you have any interest in contributing a PR to standardize this?
Sorry, something went wrong.
Sure! I will fix this soon 🥰
docs #2821: fix writing mistakes in letter case (#2828)
7ae6897
* docs: fix writing mistakes in letter case * docs: revert removing 'is' from 'count is'
No branches or pull requests
Refers to the pages in docs, I think that the first letter of text(like
button
) in code blocks should be capitalised.For example, there is a violation of writing standards in
/guide/components/attrs
, it should be write like this:The text was updated successfully, but these errors were encountered: