Skip to content

Commit 2086183

Browse files
Fix DialogTrigger story typos (#3388)
Co-authored-by: Reid Barber <[email protected]>
1 parent 6cc68f0 commit 2086183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/@react-spectrum/dialog/stories/DialogTrigger.stories.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ storiesOf('DialogTrigger', module)
392392
</DialogTrigger>
393393
<DialogTrigger type="popover" placement="start" shouldFlip={false}>
394394
<ActionButton>Trigger</ActionButton>
395-
<Dialog><Content>Placement End</Content></Dialog>
395+
<Dialog><Content>Placement Start</Content></Dialog>
396396
</DialogTrigger>
397397
<DialogTrigger type="popover" placement="start top" shouldFlip={false}>
398398
<ActionButton>Trigger</ActionButton>
@@ -502,11 +502,11 @@ storiesOf('DialogTrigger', module)
502502
</DialogTrigger>
503503
<DialogTrigger type="popover" placement="start top" shouldFlip={false}>
504504
<ActionButton>Trigger</ActionButton>
505-
<Dialog><Content>Placement Start top</Content></Dialog>
505+
<Dialog><Content>Placement Start Top</Content></Dialog>
506506
</DialogTrigger>
507507
<DialogTrigger type="popover" placement="top" shouldFlip={false}>
508508
<ActionButton>Trigger</ActionButton>
509-
<Dialog><Content>Placement top</Content></Dialog>
509+
<Dialog><Content>Placement Top</Content></Dialog>
510510
</DialogTrigger>
511511
</View>
512512
</Grid>

0 commit comments

Comments
 (0)