diff --git a/dist/kinetic-core.js b/dist/kinetic-core.js index 477e9197..00b469aa 100644 --- a/dist/kinetic-core.js +++ b/dist/kinetic-core.js @@ -1540,7 +1540,7 @@ Kinetic.Shape = function(config) { */ Kinetic.Shape.prototype = { /** - * get layer context that the shape is being drawn. When + * get layer context where the shape is being drawn. When * the shape is being rendered, .getContext() returns the context of the * user created layer that contains the shape. When the event detection * engine is determining whether or not an event has occured on that shape, diff --git a/src/Shape.js b/src/Shape.js index 32a1a852..f6ed1cbd 100644 --- a/src/Shape.js +++ b/src/Shape.js @@ -31,7 +31,7 @@ Kinetic.Shape = function(config) { */ Kinetic.Shape.prototype = { /** - * get layer context that the shape is being drawn. When + * get layer context where the shape is being drawn. When * the shape is being rendered, .getContext() returns the context of the * user created layer that contains the shape. When the event detection * engine is determining whether or not an event has occured on that shape,