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,