Fix typo in menu-sort-helpers-spec.js (#22032)

begining -> beginning
This commit is contained in:
Ikko Ashimine 2021-03-26 14:33:44 +09:00 committed by GitHub
parent a6d64cd829
commit 2beb93b0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' },