diff --git a/src/pages/docs/features/editable/index.mdx b/src/pages/docs/features/editable/index.mdx index 14029c2..b70f5fc 100644 --- a/src/pages/docs/features/editable/index.mdx +++ b/src/pages/docs/features/editable/index.mdx @@ -107,7 +107,7 @@ To make table cells editable, you should set `cellEditable` prop that has `onCel code={require('!!raw-loader!./disable-field-editable.js').default} scope={{ MaterialTable }} title="Disable Field Editable Example" - description="A simple editable implementation with a reaonly name column" + description="A simple editable implementation with a readonly surname column" />