Skip to content

Commit 2beb93b

Browse files
authored
Fix typo in menu-sort-helpers-spec.js (atom#22032)
begining -> beginning
1 parent a6d64cd commit 2beb93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/menu-sort-helpers-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('contextMenu', () => {
1515
expect(sortMenuItems(items)).toEqual(expected);
1616
});
1717

18-
it('preserves separators at the begining of set two', () => {
18+
it('preserves separators at the beginning of set two', () => {
1919
const items = [
2020
{ command: 'core:one' },
2121
{ type: 'separator' },

0 commit comments

Comments
 (0)