Skip to content

Commit

Permalink
Fix a few typos in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lyyder committed Nov 14, 2018
1 parent 2f3100f commit 26a5b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/test-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { Provider } from 'react-redux';
import configureStore from '../store';

// In case you have translated the template and have new translations that
// are missing from the en translations fiel, the language for the tests can
// ge changed here so that there are no missing translation keys in tests
// are missing from the en translations file, the language for the tests can
// be changed here so that there are no missing translation keys in tests.
import messages from '../translations/en.json';

Enzyme.configure({ adapter: new Adapter() });
Expand Down

0 comments on commit 26a5b06

Please sign in to comment.