Skip to content

Commit ff1e34f

Browse files
committed
fix: typo
1 parent 68bf0c7 commit ff1e34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeedbackWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const FeedbackWidget = () => {
138138
setIsExpanded(false)
139139
}
140140

141-
// Dispay on English pages only
141+
// Display on English pages only
142142
if (locale !== DEFAULT_LOCALE) return null
143143

144144
return (

0 commit comments

Comments
 (0)