Skip to content

Commit

Permalink
Fix typo (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Nov 17, 2020
1 parent d8cad75 commit 16fdce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gltools/src/context/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const CONTEXT_DEFAULTS = {
export function createGLContext(options = {}) {
assert(
isBrowser,
"createGLContext on available in the browser.\nCreate your own headless context or use 'createHeadlessContext' from @luma.gl/test-utils"
"createGLContext only available in the browser.\nCreate your own headless context or use 'createHeadlessContext' from @luma.gl/test-utils"
);

options = Object.assign({}, CONTEXT_DEFAULTS, options);
Expand Down

0 comments on commit 16fdce0

Please sign in to comment.