Skip to content

Commit 819f488

Browse files
committed
fix typo
1 parent d52618a commit 819f488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lazyloading/__test__/LazyLoading.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('lazy loading', () => {
2222
expect(document.title).toBe('[github.com/htrinter]')
2323
})
2424

25-
it('use full url of not parsable', () => {
25+
it('use full url if not parsable', () => {
2626
window.location.hash = '#//www.github.com/htrinter/'
2727
mount(App)
2828
expect(document.title).toBe('[//www.github.com/htrinter/]')

0 commit comments

Comments
 (0)