Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer committed Mar 8, 2024
1 parent 2a4cb7c commit e02d20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { VerticalLayoutRenderer } from "./layouts/VerticalLayout";
import { NumericControl } from "./controls/NumericControls/NumericControl";
import { NumericSliderControl } from "./controls/NumericControls/NumericSliderControl";

import { isNumericControl, isNu, isNumericSliderControl } from "./controls/NumericControls/testers";
import { isNumericControl, isNumericSliderControl } from "./controls/NumericControls/testers";


// Ordered from lowest rank to highest rank. Higher rank renderers will be preferred over lower rank renderers.
Expand Down

0 comments on commit e02d20a

Please sign in to comment.