Skip to content

Commit

Permalink
Fix comment typo (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy authored and devongovett committed Jul 16, 2018
1 parent 075ca6f commit 2e1ffc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/GLSLAsset.js
Expand Up @@ -14,7 +14,7 @@ class GLSLAsset extends Asset {
const glslifyDeps = await localRequire('glslify-deps', this.name);

// Use the Parcel resolver rather than the default glslify one.
// This adds support for parcel features like alises, and tilde paths.
// This adds support for parcel features like aliases, and tilde paths.
const resolver = new Resolver({
extensions: ['.glsl', '.vert', '.frag'],
rootDir: this.options.rootDir
Expand Down

0 comments on commit 2e1ffc6

Please sign in to comment.