Skip to content

Commit

Permalink
docs: Fix simple typo, realy -> really (#727)
Browse files Browse the repository at this point in the history
There is a small typo in test/index.test.js.

Should read `really` rather than `realy`.
  • Loading branch information
timgates42 authored Sep 14, 2020
1 parent 7b2ff57 commit efb7cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('fixtures', () => {
const dist = resolve(`${fixturePath}/dist`);
const files = fs.readdirSync(resolve(dist));
expect(files.length).toMatchSnapshot();
// we don't realy care about the content of a sourcemap
// we don't really care about the content of a sourcemap
files
.filter(
file =>
Expand Down

0 comments on commit efb7cf3

Please sign in to comment.