aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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 a74c996..9e0ac2b 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ The `viewBox` attribute of an `<svg>` element can be managed with the `viewbox()
draw.viewbox(0, 0, 297, 210)
```
-Without any attributes a an instance of `SVG.ViewBox` will be returned:
+Without any attributes an instance of `SVG.ViewBox` will be returned:
```javascript
var box = draw.viewbox()