From 6e9ff38c150127906b4adf0ae2d8433990b57811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Mon, 20 Oct 2014 23:45:33 +0200 Subject: [PATCH] Fix spelling mistakes in docs. --- src/item/Item.js | 4 ++-- src/project/Project.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/item/Item.js b/src/item/Item.js index 79d4e572..d56e0d5e 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -1916,8 +1916,8 @@ var Item = Base.extend(Emitter, /** @lends Item# */{ * * @option match.inside {Rectangle} the rectangle in which the items need to * be fully contained. - * @option match.overlapping {Rectangle} the rectangle with which the need - * to be at least partly overlap. + * @option match.overlapping {Rectangle} the rectangle with which the items + * need to at least partly overlap. * * @see #matches(match) * @param {Object} match the criteria to match against. diff --git a/src/project/Project.js b/src/project/Project.js index 9713bff4..ce51c76e 100644 --- a/src/project/Project.js +++ b/src/project/Project.js @@ -355,8 +355,8 @@ var Project = PaperScopeItem.extend(/** @lends Project# */{ * * @option match.inside {Rectangle} the rectangle in which the items need to * be fully contained. - * @option match.overlapping {Rectangle} the rectangle with which the need - * to be at least partly overlap. + * @option match.overlapping {Rectangle} the rectangle with which the items + * need to at least partly overlap. * * @example {@paperscript} // Fetch all selected path items: * var path1 = new Path.Circle({