Skip to content

Commit 5208841

Browse files
authored
fix typo in a comment (#1852)
* fix typo in a comment
1 parent 30d6c90 commit 5208841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,8 @@ function inheritScaleLabels(newScales, scales) {
711711
}
712712

713713
// This differs from the other outerDimensions in that it accounts for rounding
714-
// and outer padding in the fact scales; we want the frame to align exactly with
715-
// the actual range, not the desired range.
714+
// and outer padding in the facet scales; we want the frame to align exactly
715+
// with the actual range, not the desired range.
716716
function actualDimensions({fx, fy}, dimensions) {
717717
const {marginTop, marginRight, marginBottom, marginLeft, width, height} = outerDimensions(dimensions);
718718
const fxr = fx && outerRange(fx);

0 commit comments

Comments
 (0)