Skip to content

Commit

Permalink
Fix typo swiches => switches uPlot.d.ts (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ensive authored Sep 21, 2023
1 parent 5091b51 commit 6b0d205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/uPlot.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ declare namespace uPlot {
show?: boolean; // true
/** show series values at current cursor.idx */
live?: boolean; // true
/** swiches primary interaction mode to toggle-one/toggle-all */
/** switches primary interaction mode to toggle-one/toggle-all */
isolate?: boolean; // false
/** series indicators */
markers?: Legend.Markers;
Expand Down

0 comments on commit 6b0d205

Please sign in to comment.