From 2beb93b0d7a0447150f52a9326d2c925e64254d2 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 26 Mar 2021 14:33:44 +0900 Subject: [PATCH] Fix typo in menu-sort-helpers-spec.js (#22032) begining -> beginning --- spec/menu-sort-helpers-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/menu-sort-helpers-spec.js b/spec/menu-sort-helpers-spec.js index 2ac0b23d01a..1299f8a6b2b 100644 --- a/spec/menu-sort-helpers-spec.js +++ b/spec/menu-sort-helpers-spec.js @@ -15,7 +15,7 @@ describe('contextMenu', () => { expect(sortMenuItems(items)).toEqual(expected); }); - it('preserves separators at the begining of set two', () => { + it('preserves separators at the beginning of set two', () => { const items = [ { command: 'core:one' }, { type: 'separator' },