Skip to content

Commit

Permalink
Framework: Update this comment so it is more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Feb 3, 2016
1 parent 713ea77 commit c27183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/boot/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var config = require( 'config' ),
TitleStore = require( 'lib/screen-title/store' ),
createReduxStore = require( 'state' ).createReduxStore,
renderWithReduxStore = require( 'lib/react-helpers' ).renderWithReduxStore,
// The following mixins require i18n content, so must be required after i18n is initialized
// The following components require the i18n mixin, so must be required after i18n is initialized
Layout;

function init() {
Expand Down

0 comments on commit c27183d

Please sign in to comment.