Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixed a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Jan 25, 2015
1 parent 3973595 commit ce456b9
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 ce456b9

Please sign in to comment.