small typo in the example

This commit is contained in:
franckl 2015-08-26 14:28:42 -05:00
parent 86c94d2c19
commit 8298e3847f

View File

@ -18,7 +18,7 @@ Here is an example showing some of these options.
# Scale proprotionally to the specified width
doc.image('images/test.jpeg', 0, 15, width: 300)
.text('Proprotional to width', 0, 0)
.text('Proportional to width', 0, 0)
# Fit the image within the dimensions
doc.image('images/test.jpeg', 320, 15, fit: [100, 100])