summaryrefslogtreecommitdiffstats
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 4209a71..848a134 100644
--- a/README.md
+++ b/README.md
@@ -1128,7 +1128,7 @@ By default the `loop()` method creates and eternal loop:
rect.animate(3000).move(100, 100).loop()
```
-But the loop can also be apredefined number of times:
+But the loop can also be a predefined number of times:
```javascript
rect.animate(3000).move(100, 100).loop(5)