Skip to content

Commit 34c0b85

Browse files
committed
Fix typo
connecton => connection
1 parent 20460a5 commit 34c0b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/server/config/environment/development.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {<% if (filters.mongoose) { %>
99
uri: 'mongodb://localhost/<%= lodash.slugify(appname) %>-dev'
1010
},<% } if (filters.sequelize) { %>
1111

12-
// Sequelize connecton opions
12+
// Sequelize connection opions
1313
sequelize: {
1414
uri: 'sqlite://',
1515
options: {

0 commit comments

Comments
 (0)