Skip to content

Commit

Permalink
Merge pull request regl-project#614 from ahaoboy/dev
Browse files Browse the repository at this point in the history
chore: typo
  • Loading branch information
mikolalysenko authored May 25, 2021
2 parents 104e832 + ac153b2 commit 5da46ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/regl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/webgl.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = function parseArgs (args_) {
if (typeof args === 'string') {
check(
typeof document !== 'undefined',
'selector queries only supported in DOM enviroments')
'selector queries only supported in DOM environments')
element = document.querySelector(args)
check(element, 'invalid query string for element')
} else if (typeof args === 'object') {
Expand Down

0 comments on commit 5da46ee

Please sign in to comment.