Browse Source

Merge pull request #1 from bebraw/patch-1

Fix typo
Aaron O'Mullan 11 years ago
parent
commit
6a34570418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,7 +85,7 @@ Default value: `{}`
 Map of "name" -> Function that needs to be called during build process. With names:
 
 * "init": just after initialization, before generation
-* "finish": after generation and everuthing is finished
+* "finish": after generation and everything is finished
 
 Each hook can return a promise.