Skip to content

Commit 60d5f30

Browse files
authored
Merge pull request #7556 from probablynotval/patch-1
fix typo
2 parents 0581bb8 + f921125 commit 60d5f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typography/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ p5.prototype.textLeading = function(theLeading) {
154154
*
155155
* Note: Font size is measured in pixels.
156156
*
157-
* Calling `textSize()` without an arugment returns the current size.
157+
* Calling `textSize()` without an argument returns the current size.
158158
*
159159
* @method textSize
160160
* @param {Number} size size of the letters in units of pixels.

0 commit comments

Comments
 (0)