Skip to content

Commit 2a0bf35

Browse files
committed
fix typo
1 parent c62ff0c commit 2a0bf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/scales.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ The **transform** scale option allows you to apply a function to all values befo
573573
Plot.plot({
574574
y: {
575575
grid: true,
576-
label: `↑ Temperature (°C))`,
576+
label: `↑ Temperature (°C)`,
577577
transform: (f) => (f - 32) * (5 / 9) // convert Fahrenheit to Celsius
578578
},
579579
marks: [

0 commit comments

Comments
 (0)