Skip to content

Commit 6dd212b

Browse files
committed
spelling: somewhere
1 parent b06c2f2 commit 6dd212b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/identifier.unittest.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ describe("util/identifier", () => {
1111
let context, pathConstruct, expected;
1212
beforeEach(() => {
1313
context = "/some/dir/";
14-
pathConstruct = "/some/dir/to/somwhere|some/other/dir!../more/dir";
15-
expected = "to/somwhere|some/other/dir!../more/dir";
14+
pathConstruct = "/some/dir/to/somewhere|some/other/dir!../more/dir";
15+
expected = "to/somewhere|some/other/dir!../more/dir";
1616
});
1717

1818
it("computes the correct relative results for the path construct", () => {

0 commit comments

Comments
 (0)