From: Lorin Hochstein Date: Tue, 7 Feb 2017 04:43:36 +0000 (-0800) Subject: Fix typo X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=b5603e90046d128d91d8deabffe0f59b64b6f1bd;p=ansiblebook.git Fix typo --- 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' }