We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac33e0 commit ff1f02dCopy full SHA for ff1f02d
lib/Surface.js
@@ -12,7 +12,7 @@ var layoutNode = require('./layoutNode');
12
13
/**
14
* Surface is a standard React component and acts as the main drawing canvas.
15
- * ReactCanvas comopnents cannot be rendered outside a Surface.
+ * ReactCanvas components cannot be rendered outside a Surface.
16
*/
17
18
var Surface = React.createClass({
@@ -216,4 +216,4 @@ var Surface = React.createClass({
216
217
});
218
219
-module.exports = Surface;
+module.exports = Surface;
0 commit comments