Tresjs / tres

Declarative ThreeJS using Vue Components
https://tresjs.org
MIT License
1.93k stars 86 forks source link

docs: CamelCase -> UpperCamelCase #623

Closed andretchen0 closed 3 months ago

andretchen0 commented 3 months ago

Problem

It was pointed out that ...

<TresTagName />

... is not "CamelCase" by some definitions.

Other names often used when there's an initial capital letter:

Solution

To clear up the possible misunderstandings, this PR swaps "CamelCase" for "UpperCamelCase" in the docs.


Closes #621

netlify[bot] commented 3 months ago

Deploy Preview for tresjs-docs ready!

Name Link
Latest commit 66ea7940729c8897dcfacc4f88a4fa3fdb02a458
Latest deploy log https://app.netlify.com/sites/tresjs-docs/deploys/661636e6b378ab0008aaa51e
Deploy Preview https://deploy-preview-623--tresjs-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

andretchen0 commented 3 months ago

PascalCase

Sure thing. Done.