aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Asensio Cañas <david.asensio@icloud.com>2016-05-29 18:06:22 +0200
committerDavid Asensio Cañas <david.asensio@icloud.com>2016-05-29 18:06:22 +0200
commit9dbcebc18ba2d7a565bcbf9f2f3d2b16d53e89a7 (patch)
tree1965599f3087e08f9e5348ab0a77e94d7ce9e01c
parentd20e1904af902baa6872228ed92845fc98c4e2a3 (diff)
downloadsvg.js-9dbcebc18ba2d7a565bcbf9f2f3d2b16d53e89a7.tar.gz
svg.js-9dbcebc18ba2d7a565bcbf9f2f3d2b16d53e89a7.zip
Corrected typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b483937..2a0cc39 100644
--- 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.