Skip to content

Commit a789ab4

Browse files
committed
Fix typo
1 parent 594bf9c commit a789ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const webgl = require('webgl-raub');
3131

3232
Here `webgl` contains the **WebGL** API, like a `WebGLRenderingContext` instance would. See
3333
[WebGLRenderingContext docs](https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext)
34-
for reference, and [TypeSctipt defenitions](/index.d.ts) for the full list of exports.
34+
for reference, and [TypeSctipt definitions](/index.d.ts) for the full list of exports.
3535

3636
To use browser **WebGL** libs, like [three.js](https://threejs.org/),
3737
several additional interfaces must also be provided to mimic the browser.

0 commit comments

Comments
 (0)