Skip to content

Commit

Permalink
Merge pull request meanjs#375 from floydpink/comment-typo
Browse files Browse the repository at this point in the history
Fixed a couple of typos
  • Loading branch information
ilanbiala committed Jan 25, 2015
2 parents 3973595 + ce456b9 commit 91a5ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/modules/articles/articles.client.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';

// Use Applicaion configuration module to register a new module
ApplicationConfiguration.registerModule('articles');
// Use Application configuration module to register a new module
ApplicationConfiguration.registerModule('articles');
4 changes: 2 additions & 2 deletions public/modules/core/core.client.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';

// Use Applicaion configuration module to register a new module
ApplicationConfiguration.registerModule('core');
// Use Application configuration module to register a new module
ApplicationConfiguration.registerModule('core');

0 comments on commit 91a5ff1

Please sign in to comment.