From ae0a1a3deb5dd0ea59b146c8adb5d3174d8ee676 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 21 Jul 2021 00:21:39 +0900 Subject: [PATCH] chore(nav): fix typo in test comment (#23658) --- core/src/components/nav/test/nav-controller.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/nav/test/nav-controller.spec.ts b/core/src/components/nav/test/nav-controller.spec.ts index e6a6eab9ce..cca03cc5ed 100644 --- a/core/src/components/nav/test/nav-controller.spec.ts +++ b/core/src/components/nav/test/nav-controller.spec.ts @@ -169,7 +169,7 @@ describe('NavController', () => { 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 instance4 = spyOnLifecycles(view4); const opts: NavOptions = {};