diff --git a/public/modules/articles/articles.client.module.js b/public/modules/articles/articles.client.module.js index 7435fc78a8..3f4c63fdbb 100755 --- a/public/modules/articles/articles.client.module.js +++ b/public/modules/articles/articles.client.module.js @@ -1,4 +1,4 @@ 'use strict'; -// Use Applicaion configuration module to register a new module -ApplicationConfiguration.registerModule('articles'); \ No newline at end of file +// Use Application configuration module to register a new module +ApplicationConfiguration.registerModule('articles'); diff --git a/public/modules/core/core.client.module.js b/public/modules/core/core.client.module.js index 0edda0458d..01c9d321fe 100755 --- a/public/modules/core/core.client.module.js +++ b/public/modules/core/core.client.module.js @@ -1,4 +1,4 @@ 'use strict'; -// Use Applicaion configuration module to register a new module -ApplicationConfiguration.registerModule('core'); \ No newline at end of file +// Use Application configuration module to register a new module +ApplicationConfiguration.registerModule('core');