Fixed typo in config.example.js
authorAaron Ten Clay <aarontc@aarontc.com>
Tue, 26 Nov 2013 22:16:14 +0000 (14:16 -0800)
committerAaron Ten Clay <aarontc@aarontc.com>
Tue, 26 Nov 2013 22:16:14 +0000 (14:16 -0800)
Comment before module export had misspelled 'amend'.

config.example.js

index 85df3bf307e7a40e717a830420710fc6bf75915a..b68cfd577cc88404be84f981cc5a1cc77bddb509 100644 (file)
@@ -201,6 +201,6 @@ conf.client = {
 
 
 /*
- * Do not ammend the below lines unless you understand the changes!
+ * Do not amend the below lines unless you understand the changes!
  */
 module.exports.production = conf;