Skip to content

Commit 33ee15c

Browse files
committed
Merge pull request #438 from DavidePastore/patch-1
From sqaure to square
2 parents e6b3e09 + aa00937 commit 33ee15c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/js/rectangles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ doc.setDrawColor(0);
2424
doc.setFillColor(255,0,0);
2525
doc.rect(120, 20, 10, 10, 'FD');
2626

27-
// Black sqaure with rounded corners
27+
// Black square with rounded corners
2828
doc.setDrawColor(0);
2929
doc.setFillColor(255, 255, 255);
30-
doc.roundedRect(140, 20, 10, 10, 3, 3, 'FD');
30+
doc.roundedRect(140, 20, 10, 10, 3, 3, 'FD');

0 commit comments

Comments
 (0)