diff options
author | Janas Page <janaspage@users.noreply.github.com> | 2014-08-05 16:53:02 -0700 |
---|---|---|
committer | Janas Page <janaspage@users.noreply.github.com> | 2014-08-05 16:53:02 -0700 |
commit | fae4cb9d98d2aef1dd929766e6de3fbcff22267c (patch) | |
tree | 2f2077956ee8495814e2660a97bdb1b93da0fe61 | |
parent | 624a7ff7b0a9fa8e696eb83bfed79d49a565f45e (diff) | |
download | svg.js-fae4cb9d98d2aef1dd929766e6de3fbcff22267c.tar.gz svg.js-fae4cb9d98d2aef1dd929766e6de3fbcff22267c.zip |
Minor grammar corrections.
Idiom is "a piece of cake".
"Let's" is a contraction for "let us".
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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({ |