@plasmicpkgs/react-aria 0.0.147 → 0.0.149

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.
@@ -4230,7 +4230,7 @@ function registerSlider(loader, overrides) {
4230
4230
  editOnly: true,
4231
4231
  displayName: "Initial value",
4232
4232
  uncontrolledProp: "defaultValue",
4233
- description: "The intial value of the slider",
4233
+ description: "The initial value of the slider",
4234
4234
  defaultValue: [20, 50],
4235
4235
  validator: (value) => {
4236
4236
  if (!Array.isArray(value)) {