]> source.dussan.org Git - svg.js.git/commitdiff
Corrected typo in README.md 494/head
authorDavid Asensio Cañas <david.asensio@icloud.com>
Sun, 29 May 2016 16:06:22 +0000 (18:06 +0200)
committerDavid Asensio Cañas <david.asensio@icloud.com>
Sun, 29 May 2016 16:06:22 +0000 (18:06 +0200)
README.md

index b4839378267b58f68cca9adeabcedfec7ea23bbe..2a0cc3941c85a3ab68c82e007c0ef4ca01c8dd0f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4054,7 +4054,7 @@ SVG.extend(SVG.Rect, {
 Once your implementation is ready, revisit and rework it. We like to keep it [DRY](http://en.wikipedia.org/wiki/Don't_repeat_yourself).
 
 ### Test. Your. Code.
-It's not that hard to write at least one example per implementation, although we prefer more. Your code might seem to work by quickly testing it in your brwoser but more than often you can't forsee everything.
+It's not that hard to write at least one example per implementation, although we prefer more. Your code might seem to work by quickly testing it in your browser but more than often you can't forsee everything.
 
 Before running the specs you will need to build the library. Be aware that pull requests without specs will be declined.