Skip to content

Commit

Permalink
fix the typos? (#29937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo authored Mar 17, 2021
1 parent d8effba commit 5dbd354
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const AREA_TAGS = {
footer: 'footer',
header: 'header',
unactegorized: 'div',
uncategorized: 'div',
};

export function getTagBasedOnArea( area ) {
return AREA_TAGS[ area ] || AREA_TAGS.unactegorized;
return AREA_TAGS[ area ] || AREA_TAGS.uncategorized;
}

0 comments on commit 5dbd354

Please sign in to comment.