vuejs / docs

📄 Documentation for Vue 3
https://vuejs.org
Other
2.81k stars 4.1k forks source link

Docs: Code blocks writing standards #2821

Closed xiaodong2008 closed 2 weeks ago

xiaodong2008 commented 3 weeks ago

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:

- <button class="large">click me</button>
+ <button class="large">Click Me</button>
bencodezen commented 3 weeks ago

I think you're totally right @xiaodong2008! Appreciate the call out.

Do you have any interest in contributing a PR to standardize this?

xiaodong2008 commented 3 weeks ago

Sure! I will fix this soon 🥰