diff options
author | Wout <wout@impinc.co.uk> | 2014-09-05 17:26:08 +0200 |
---|---|---|
committer | Wout <wout@impinc.co.uk> | 2014-09-05 17:26:08 +0200 |
commit | 6b0c1d210cde9d9727c4d656bbdcf814ec838110 (patch) | |
tree | b207e63e34fb1c0ee3decca8b4e678133fb24fd8 | |
parent | cf96b482aed39495acc1a10e334cb36e4c1b0afc (diff) | |
parent | e81d78624d404f7c14c3ea681d1abf2ca54f5399 (diff) | |
download | svg.js-6b0c1d210cde9d9727c4d656bbdcf814ec838110.tar.gz svg.js-6b0c1d210cde9d9727c4d656bbdcf814ec838110.zip |
Merge pull request #242 from janaspage/patch-2
Correct spelling/typo.
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ The `<defs>` element is a container element for referenced elements. Elements th var defs = draw.defs() ``` -The defs are also availabel on any other element through the `doc()` method: +The defs are also available on any other element through the `doc()` method: ```javascript var defs = rect.doc().defs() |