From ae374cadce0930f779439888ac20dee2603e160b Mon Sep 17 00:00:00 2001 From: Mark Moser Date: Mon, 3 Nov 2014 21:07:04 -0600 Subject: [PATCH] typos --- source/blog/coffee_paper.html.haml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/blog/coffee_paper.html.haml b/source/blog/coffee_paper.html.haml index d28ba66..9e27dc5 100644 --- a/source/blog/coffee_paper.html.haml +++ b/source/blog/coffee_paper.html.haml @@ -9,10 +9,12 @@ tags: paper.js, coffeescript %h2 Coffee Paper %p - I need to get more failure with coffee script, but don't personally write a lot of javascript, which is - why I never really took the time to learn coffeescript. I decided there would be no better way than to - explore some fun library, and found paper.js. This just might rekindle (replace) my povray noodles and - get me working in more js. + I need to get more familiar with coffee script but don't personally write a lot of javascript. This is + why I never really took the time to learn coffeescript. + %p + I realize there is no better way than to explore some fun library. Then I found paper.js and it just + might rekindle (replace) my povray noodles and get me working in more js. + %p = link_to 'This gist', 'https://gist.github.com/mnmly/1164446#file-coffee-stained-paper-js' helped me get a basic tutorial script working with coffeescript; off to a new thing.