Skip to content

Commit fc98510

Browse files
committed
typo
1 parent 2a4c372 commit fc98510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function plot(options = {}) {
158158
return {...state, channels: {...state.channels, ...facetState?.channels}};
159159
};
160160

161-
// Initalize the dimensions and scales.
161+
// Initialize the dimensions and scales.
162162
const channels = addScaleChannels(channelsByScale, stateByMark, options);
163163
const {scaleDescriptors, scales, dimensions, subdimensions, superdimensions} = createDimensionsScales(
164164
channels,

0 commit comments

Comments
 (0)