From 8298e3847feae07d57b7a4c481a68998254d449f Mon Sep 17 00:00:00 2001 From: franckl Date: Wed, 26 Aug 2015 14:28:42 -0500 Subject: [PATCH] small typo in the example --- docs/images.coffee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/images.coffee.md b/docs/images.coffee.md index b76203c..02dd92a 100644 --- a/docs/images.coffee.md +++ b/docs/images.coffee.md @@ -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])