Skip to content

Commit

Permalink
fix: spell typos (#1795)
Browse files Browse the repository at this point in the history
Correct spelling for off-screen
  • Loading branch information
mjul authored Oct 27, 2020
1 parent 1779c58 commit 303a8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plots/liquid/shapes/liquid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ function addWaterWave(x, y, level, waveCount, color, group, clip, radius) {
}
);
} catch (e) {
// TODO offscreen canvas 中动画会找不到 canvas
console.error('offescreen group animate error!');
// TODO off-screen canvas 中动画会找不到 canvas
console.error('off-screen group animate error!');
}
}
}
Expand Down

0 comments on commit 303a8be

Please sign in to comment.