Skip to content

Commit

Permalink
Fix typo in Resolver basePath setter (pixijs#8569)
Browse files Browse the repository at this point in the history
  • Loading branch information
nw-b committed Aug 10, 2022
1 parent e02c696 commit e514f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets/src/resolver/Resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Resolver
}

/**
* Set the base path to append to all urls when resolving
* Set the base path to prepend to all urls when resolving
* @example
* resolver.basePath = 'https://home.com/';
* resolver.add('foo', 'bar.ong');
Expand Down

0 comments on commit e514f65

Please sign in to comment.