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

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
super simple, just fixing a typo.
  • Loading branch information
Jason Shultz committed Feb 18, 2014
1 parent f0508e3 commit 5654e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Init the pplication configuration module for AngularJS application
// Init the application configuration module for AngularJS application
var ApplicationConfiguration = (function() {
// Init module configuration options
var applicationModuleName = 'mean';
Expand All @@ -20,4 +20,4 @@ var ApplicationConfiguration = (function() {
applicationModuleVendorDependencies: applicationModuleVendorDependencies,
registerModule: registerModule
};
})();
})();

0 comments on commit 5654e1f

Please sign in to comment.