diff --git a/src/lv2/numericTable/NumericTable.stories.tsx b/src/lv2/numericTable/NumericTable.stories.tsx index 2e43c547e..ab32eaf54 100644 --- a/src/lv2/numericTable/NumericTable.stories.tsx +++ b/src/lv2/numericTable/NumericTable.stories.tsx @@ -82,7 +82,7 @@ const sampleRows: Array = [ }, { cells: [ - { value: 'ステータスつけれれるよ' }, + { value: 'ステータスつけられるよ' }, { value: 'alert', status: 'alert' }, { value: 'notice', status: 'notice' }, { value: 'success', status: 'success' },