processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.11k stars 3.22k forks source link

Missing backtick in documentation for `loadModel` #6995

Closed aGuyWhoMadeGames closed 2 months ago

aGuyWhoMadeGames commented 2 months ago

Most appropriate sub-area of p5.js?

p5.js version

1.9.3

Web browser and version

n/a

Operating system

n/a

Steps to reproduce this

There is a missing backtick in the Documentation page for loadModel(). Is says this:

Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as'https://example.com/model.obj'` may be blocked due to browser security.

but it should say:

Paths to local files should be relative, as in loadModel('assets/model.obj'). URLs such as 'https://example.com/model.obj' may be blocked due to browser security.

welcome[bot] commented 2 months 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!

nickmcintyre commented 2 months ago

Good catch @aGuyWhoMadeGames!