projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22609dd
)
Fixed typo in config.example.js
author
Aaron Ten Clay
<aarontc@aarontc.com>
Tue, 26 Nov 2013 22:16:14 +0000
(14:16 -0800)
committer
Aaron 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
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index 85df3bf307e7a40e717a830420710fc6bf75915a..b68cfd577cc88404be84f981cc5a1cc77bddb509 100644
(file)
--- a/
config.example.js
+++ b/
config.example.js
@@
-201,6
+201,6
@@
conf.client = {
/*
- * Do not am
m
end the below lines unless you understand the changes!
+ * Do not amend the below lines unless you understand the changes!
*/
module.exports.production = conf;