@plasmicpkgs/react-aria 0.0.147 → 0.0.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4222,7 +4222,7 @@ function registerSlider(loader, overrides) {
4222
4222
  editOnly: true,
4223
4223
  displayName: "Initial value",
4224
4224
  uncontrolledProp: "defaultValue",
4225
- description: "The intial value of the slider",
4225
+ description: "The initial value of the slider",
4226
4226
  defaultValue: [20, 50],
4227
4227
  validator: (value) => {
4228
4228
  if (!Array.isArray(value)) {