From aefdbb0986a7542fb8d5f680c8b6d5990de9769a Mon Sep 17 00:00:00 2001 From: Aaron Ten Clay Date: Tue, 26 Nov 2013 14:16:14 -0800 Subject: [PATCH] Fixed typo in config.example.js Comment before module export had misspelled 'amend'. --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index 85df3bf..b68cfd5 100644 --- a/config.example.js +++ b/config.example.js @@ -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; -- 2.25.1