From b5603e90046d128d91d8deabffe0f59b64b6f1bd Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 6 Feb 2017 20:43:36 -0800 Subject: [PATCH] Fix typo --- ch13/templates/config.js.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch13/templates/config.js.j2 b/ch13/templates/config.js.j2 index 62c1d5e..b778413 100644 --- a/ch13/templates/config.js.j2 +++ b/ch13/templates/config.js.j2 @@ -18,7 +18,7 @@ config = { connection: { host : '{{ database_host }}', user : '{{ database_user }}', - password : '{{ database_pasword }}', + password : '{{ database_password }}', database : '{{ database_name }}', charset : 'utf8' } -- 2.44.0