Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing backtick #6996

Merged

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
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