chore(nav): fix typo in test comment (#23658)

This commit is contained in:
Ikko Ashimine
2021-07-21 00:21:39 +09:00
committed by GitHub
parent d8a2db73e2
commit ae0a1a3deb

View File

@ -169,7 +169,7 @@ describe('NavController', () => {
describe('insert', () => { describe('insert', () => {
it('should insert at the begining with no async transition', async () => { it('should insert at the beginning with no async transition', async () => {
const view4 = mockView(MockView4); const view4 = mockView(MockView4);
const instance4 = spyOnLifecycles(view4); const instance4 = spyOnLifecycles(view4);
const opts: NavOptions = {}; const opts: NavOptions = {};