Skip to content

Commit

Permalink
Update assets.md
Browse files Browse the repository at this point in the history
Fix documentation by adjusting the loader parameter name.
  • Loading branch information
ThomasvanHoutum authored Nov 28, 2024
1 parent 43f3c81 commit 594ff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/components/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In some cases you may not have control over the URLs and you have to work with a
```js
promise = Assets.load({
src: 'https://example.com/ambiguous-file-name',
loader: 'loadTextures'
loadParser: 'loadTextures'
})
```

Expand Down

0 comments on commit 594ff1e

Please sign in to comment.