Typo correction

It's is a contraction for It-is; Its is the possessive.
This commit is contained in:
David Christian Liedle 2015-04-25 18:19:20 -06:00
parent a04155fc76
commit 5355556b20

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')