Skip to content

Commit

Permalink
Update assets.md (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasvanHoutum authored Nov 28, 2024
1 parent 43f3c81 commit fdf01be
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 fdf01be

Please sign in to comment.