Skip to content

Commit efb7cf3

Browse files
authored
docs: Fix simple typo, realy -> really (#727)
There is a small typo in test/index.test.js. Should read `really` rather than `realy`.
1 parent 7b2ff57 commit efb7cf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('fixtures', () => {
6161
const dist = resolve(`${fixturePath}/dist`);
6262
const files = fs.readdirSync(resolve(dist));
6363
expect(files.length).toMatchSnapshot();
64-
// we don't realy care about the content of a sourcemap
64+
// we don't really care about the content of a sourcemap
6565
files
6666
.filter(
6767
file =>

0 commit comments

Comments
 (0)