Skip to content

Commit

Permalink
Fixed aria-label typo (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
howlowck authored Mar 28, 2023
1 parent 2652659 commit c0e999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-playground/src/nodes/PollComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function PollOptionComponent({
'PollNode__optionDelete',
options.length < 3 && 'PollNode__optionDeleteDisabled',
)}
arial-label="Remove"
aria-label="Remove"
onClick={() => {
withPollNode((node) => {
node.deleteOption(option);
Expand Down

2 comments on commit c0e999d

@vercel
Copy link

@vercel vercel bot commented on c0e999d Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical – ./packages/lexical-website

lexical-fbopensource.vercel.app
lexicaljs.org
www.lexical.dev
lexical-git-main-fbopensource.vercel.app
lexicaljs.com
lexical.dev

@vercel
Copy link

@vercel vercel bot commented on c0e999d Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

lexical-playground – ./packages/lexical-playground

lexical-playground.vercel.app
lexical-playground-git-main-fbopensource.vercel.app
playground.lexical.dev
lexical-playground-fbopensource.vercel.app

Please sign in to comment.