]> source.dussan.org Git - svg.js.git/commitdiff
Minor grammar corrections. 243/head
authorJanas Page <janaspage@users.noreply.github.com>
Tue, 5 Aug 2014 23:53:02 +0000 (16:53 -0700)
committerJanas Page <janaspage@users.noreply.github.com>
Tue, 5 Aug 2014 23:53:02 +0000 (16:53 -0700)
Idiom is "a piece of cake".
"Let's" is a contraction for "let us".

README.md

index 6abcee3146838d3bdb902b199b30532a62ee10bd..1ff7d2e3f2f2d869f325886720a338672a9a1d6f 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -3005,7 +3005,7 @@ __`returns`: `object`__
 ## Extending functionality
 
 ### SVG.invent()
-Creating your own custom elements with svg.js is piece of cake thanks to the `SVG.invent` function. For the sake of this example, lets "invent" a shape. We want a `rect` with rounded corners that are always proportional to the height of the element. The new shape lives in the `SVG` namespace and is called `Rounded`. Here is how we achieve that.
+Creating your own custom elements with svg.js is a piece of cake thanks to the `SVG.invent` function. For the sake of this example, let's "invent" a shape. We want a `rect` with rounded corners that are always proportional to the height of the element. The new shape lives in the `SVG` namespace and is called `Rounded`. Here is how we achieve that.
 
 ```javascript
 SVG.Rounded = SVG.invent({