Skip to content

Commit 2c5e6c7

Browse files
authored
Merge pull request #2722 from markrmullan/patch-1
Fix typo in README
2 parents e592f8c + 684617f commit 2c5e6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ npm install jspdf --save
4747
Then you're ready to start making your document:
4848

4949
```javascript
50-
// Default export is a4 paper, portrait, using milimeters for units
50+
// Default export is a4 paper, portrait, using millimeters for units
5151
var doc = new jsPDF()
5252

5353
doc.text('Hello world!', 10, 10)

0 commit comments

Comments
 (0)