Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Mar 1, 2024
1 parent ccd143b commit f33cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/keymaps.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ describe('Keymaps', () => {
});
});

describe('for an selection beginning during opening comment syntax', () => {
describe('for a selection beginning during opening comment syntax', () => {
it('block', () => {
loadPlayroom(`
<div>
Expand Down

0 comments on commit f33cd0f

Please sign in to comment.