Skip to content

Commit

Permalink
Update users.client.module.js
Browse files Browse the repository at this point in the history
fix typo in comments
  • Loading branch information
mg1075 committed Feb 4, 2016
1 parent e78d6dc commit 8479dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/users/client/users.client.module.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Use Applicaion configuration module to register a new module
// Use Application configuration module to register a new module
ApplicationConfiguration.registerModule('users', ['core']);
ApplicationConfiguration.registerModule('users.admin', ['core.admin']);
ApplicationConfiguration.registerModule('users.admin.routes', ['core.admin.routes']);

0 comments on commit 8479dd6

Please sign in to comment.