From 6d75736cad8a27fa86ed9ef945ac932f9f4bdbcb Mon Sep 17 00:00:00 2001 From: Ian Mayo Date: Thu, 29 Sep 2022 09:19:29 +0100 Subject: [PATCH] Correct name of column that is read-only. --- src/pages/docs/features/editable/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" />