diff --git a/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/data-value-readwrite-properties.mdx b/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/data-value-readwrite-properties.mdx index eeb52e6d2c1..f1086541971 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/data-value-readwrite-properties.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/extensions/forms/data-value-readwrite-properties.mdx @@ -11,7 +11,7 @@ | `labelDescription` | `string` | _(optional)_ A more discreet text displayed beside the label (i.e for "(optional)"). | | `labelSecondary` | `string` | _(optional)_ Secondary information displayed at the end of the label line (i.e character counter). | | `placeholder` | `string` | _(optional)_ Text showing in place of the value if no value is given. | -| `path` | `string` | _(optional)_ JSON Pointer for where the data for this input is located in the source dataset (when using Form.Handler or DataContext). The `path` will also be sett as the `name` attribute for the [string](/uilib/extensions/forms/base-fields/String/)-field. | +| `path` | `string` | _(optional)_ JSON Pointer for where the data for this input is located in the source dataset (when using Form.Handler or DataContext). The `path` will also be set as the `name` attribute for the [string](/uilib/extensions/forms/base-fields/String/)-field. | | `info` | `Error` or `string` | _(optional)_ Info message shown below / after the input. | | `warning` | `Error` or `string` | _(optional)_ Warning message shown below / after the input. | | `error` | `Error` | _(optional)_ Error message shown below / after the input. |