Merge pull request #390 from macdaddy/master

Typo correction
This commit is contained in:
Devon Govett 2015-04-25 17:26:26 -07:00
commit 86c94d2c19

View File

@ -65,7 +65,7 @@ PDFDocument = require 'pdfkit'
# Create a document
doc = new PDFDocument
# Pipe it's output somewhere, like to a file or HTTP response
# Pipe its output somewhere, like to a file or HTTP response
# See below for browser usage
doc.pipe fs.createWriteStream('output.pdf')