From 3f8bedd9f95f5586fca698aba4df99c94d19d945 Mon Sep 17 00:00:00 2001 From: metonym Date: Thu, 18 Aug 2022 07:07:34 -0700 Subject: [PATCH] chore(changelog): fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595876b9..b268b75e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -888,7 +888,7 @@ Svelte version >=3.48.0 is required. **Features** -- add `nonExpandableRowsIds` prop to `DataTable` to specify rows that should not be expandable +- add `nonExpandableRowIds` prop to `DataTable` to specify rows that should not be expandable ## [0.46.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.46.0) - 2021-10-17