Fix spelling mistakes in docs.

This commit is contained in:
Jürg Lehni 2014-10-20 23:45:33 +02:00
parent e6175d512c
commit 6e9ff38c15
2 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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({