Skip to content

Commit

Permalink
fix typo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav-yadav authored Oct 28, 2022
1 parent 0b8fe36 commit 015fe08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const roleToDesignPatternsMapping: DictionaryStringTo<DesignPattern[]> = {
alert: [{ designPattern: 'Alert', URL: 'https://www.w3.org/WAI/ARIA/apg/patterns/alert' }],
alertdialog: [
{
designPattern: 'Alert and Message Dialogs',
designPattern: 'Alert or Message Dialogs',
URL: 'https://www.w3.org/WAI/ARIA/apg/patterns/alertdialog',
},
],
Expand Down

0 comments on commit 015fe08

Please sign in to comment.