Fix typo
authorLorin Hochstein <lhochstein@netflix.com>
Tue, 7 Feb 2017 04:43:36 +0000 (20:43 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Tue, 7 Feb 2017 04:43:36 +0000 (20:43 -0800)
ch13/templates/config.js.j2

index 62c1d5e..b778413 100644 (file)
@@ -18,7 +18,7 @@ config = {
             connection: {
                 host     : '{{ database_host }}',
                 user     : '{{ database_user }}',
-                password : '{{ database_pasword }}',
+                password : '{{ database_password }}',
                 database : '{{ database_name }}',
                 charset  : 'utf8'
             }