]> source.dussan.org Git - svg.js.git/commitdiff
Correct spelling/typo of "returns". 244/head
authorJanas Page <janaspage@users.noreply.github.com>
Wed, 6 Aug 2014 00:02:06 +0000 (17:02 -0700)
committerJanas Page <janaspage@users.noreply.github.com>
Wed, 6 Aug 2014 00:02:06 +0000 (17:02 -0700)
README.md

index 6abcee3146838d3bdb902b199b30532a62ee10bd..4d0f9ea89b5282fc3dcf798a4d220be92755cd69 100755 (executable)
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ var draw = SVG('drawing').fixSubPixelOffset()
 ## Parent elements
 
 ### Main svg document
-The main svg.js initializer function creates a root svg node in the given element and retuns an instance of `SVG.Doc`:
+The main svg.js initializer function creates a root svg node in the given element and returns an instance of `SVG.Doc`:
 
 ```javascript
 var draw = SVG('drawing')
@@ -893,7 +893,7 @@ group.has(rect) //-> returns false
 __`returns`: `boolean`__
 
 ### index()
-Returns the index of given element and retuns -1 when it is not a child:
+Returns the index of given element and returns -1 when it is not a child:
 
 ```javascript
 var rect  = draw.rect(100, 50)