aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-12-12 00:52:26 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-12-12 00:52:26 +0100
commit7f5996c844067925e099a8004e941bfb5034d6d8 (patch)
tree7ebb22c7f928a3c05987fdccefca61b84521c656 /README.md
parentbe3d3e8209635226f71f2e6e8ec5b0775279f53b (diff)
downloadsvg.js-7f5996c844067925e099a8004e941bfb5034d6d8.tar.gz
svg.js-7f5996c844067925e099a8004e941bfb5034d6d8.zip
updated changelog, fixed typo in doc and removed semicolon
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0c2da59..c27af9c 100644
--- a/README.md
+++ b/README.md
@@ -1886,7 +1886,7 @@ This will return an instance of `SVG.RBox` containing the following values:
- `x2` (lower right `x` of the bounding box)
- `y2` (lower right `y` of the bounding box)
-__Important__: Mozilla browsers include stroke widths where other browsers do not. Therefore the resulting box might be different in Mozulla browsers. It is very hard to modify this behavior so for the time being this is an inconvenience we have to live with.
+__Important__: Mozilla browsers include stroke widths where other browsers do not. Therefore the resulting box might be different in Mozilla browsers. It is very hard to modify this behavior so for the time being this is an inconvenience we have to live with.
__`returns`: `SVG.RBox`__