Skip to content

Commit f00a83b

Browse files
docs: fix spelling of dismissible (#3689)
Because the spelling of the "dismissible" arg changed in the dialog component, the spelling needed to be updated in popover as well.
1 parent 83b2fe9 commit f00a83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/popover/stories/popover.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ DialogStyle.args = {
246246
(passthroughs, context) => Dialog({
247247
showModal: false,
248248
size: "s",
249-
isDismissable: false,
249+
isDismissible: false,
250250
heading: "Example heading",
251251
hasFooter: false,
252252
footer: [""],

components/popover/stories/popover.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const PopoverGroup = Variants({
139139
(passthroughs, context) => Dialog({
140140
showModal: false,
141141
size: "s",
142-
isDismissable: false,
142+
isDismissible: false,
143143
heading: "Example heading",
144144
hasFooter: false,
145145
footer: [""],

0 commit comments

Comments
 (0)