Skip to content

Commit c4cc1b0

Browse files
fix: fix typo
1 parent f545020 commit c4cc1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/__test__/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('normalizePathSlashes', () => {
2929
'http://example.com/path/to/resource',
3030
);
3131
});
32-
test('shoudl not replace double slashes near protocols (after a colon)', () => {
32+
test('should not replace double slashes near protocols (after a colon)', () => {
3333
expect(normalizePathSlashes('http://host.ydb.com')).toBe('http://host.ydb.com');
3434
expect(normalizePathSlashes('https://host.ydb.com')).toBe('https://host.ydb.com');
3535
expect(normalizePathSlashes('grpc://host.ydb.com')).toBe('grpc://host.ydb.com');

0 commit comments

Comments
 (0)