From 47c225a782f00f78128bc3333105223ade70d0ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Thu, 2 Oct 2014 01:03:39 +0200 Subject: [PATCH] Fix typo. As reported by https://github.com/paperjs/paperjs.org/pull/7 --- src/basic/Size.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basic/Size.js b/src/basic/Size.js index 3241e5ba..8fd10889 100644 --- a/src/basic/Size.js +++ b/src/basic/Size.js @@ -14,7 +14,7 @@ * @name Size * * @class The Size object is used to describe the size or dimensions of - * somethign, through its {@link #width} and {@link #height} properties. + * something, through its {@link #width} and {@link #height} properties. * * @classexample * // Create a size that is 10pt wide and 5pt high,