Skip to content

Commit a4d6178

Browse files
authored
fix: Typo (#3078)
1 parent b7e043f commit a4d6178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/customizer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ const WidthGradeFormatter: GradesFormatter<Gr.Width> = {
370370
titleT: (a, i) => {
371371
const d = Gr.AllWidthGrades.get(a)!.display;
372372
return i
373-
? `Click to toggle whether weight ${d} is included.`
373+
? `Click to toggle whether width ${d} is included.`
374374
: `Weight ${d} is always included and cannot be disabled.`;
375375
},
376376
getFontStyle: a => ({ ...Gr.DefaultFontStyle, width: a }),

0 commit comments

Comments
 (0)