Skip to content

Commit ff1f02d

Browse files
committed
Surface.js - fixed typo in comment
1 parent 3ac33e0 commit ff1f02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Surface.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var layoutNode = require('./layoutNode');
1212

1313
/**
1414
* Surface is a standard React component and acts as the main drawing canvas.
15-
* ReactCanvas comopnents cannot be rendered outside a Surface.
15+
* ReactCanvas components cannot be rendered outside a Surface.
1616
*/
1717

1818
var Surface = React.createClass({
@@ -216,4 +216,4 @@ var Surface = React.createClass({
216216

217217
});
218218

219-
module.exports = Surface;
219+
module.exports = Surface;

0 commit comments

Comments
 (0)