processing / p5.js-website

New p5.js website!
http://p5js.org
MIT License
15 stars 73 forks source link

Typo Issue on the Reference Dom #538

Open isZhiyangWang opened 3 weeks ago

isZhiyangWang commented 3 weeks ago

Most appropriate sections of the p5.js website?

Reference

What is your operating system?

Mac OS

Web browser and version

No response

Actual Behavior

Under this section, the caption for createP() and createSpan() only says "creates a element"

Expected Behavior

for createP() --> creates a paragraph element for createSpan() --> creates a Span element

Steps to reproduce

No response

Would you like to work on the issue?

Yes

welcome[bot] commented 3 weeks ago

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!

Qianqianye commented 3 weeks ago

Thanks @isZhiyangWang for catching this. This issue is related to issue #522, https://github.com/processing/p5.js-website/issues/447#issuecomment-2239528853 and PR #525, which are about rendering symbols and characters (for example "<>" ) on reference page. To keep the discussion organized and consolidated, let's continue the discussion within issue #447. Thank you!