Skip to content

Conversation

@aGuyWhoMadeGames
Copy link
Contributor

There was a missing backtick, causing a code block to not end correctly

Resolves #6995

Changes:

I added the missing backtick.

Screenshots of the change:
Before:

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.

After:

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.

PR Checklist

There was a missing backtick, causing a code block to not end correctly
@welcome
Copy link

welcome bot commented Apr 27, 2024

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

Copy link
Contributor

@davepagurek davepagurek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing backtick in documentation for loadModel

2 participants