From 4ace342cf0d47946b26f22c71cdbd67590856cc1 Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Thu, 14 Dec 2023 11:59:24 -0500 Subject: [PATCH] Fix typo --- crates/storybook2/src/stories/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/storybook2/src/stories/text.rs b/crates/storybook2/src/stories/text.rs index ccd13cb4d8..b279e004c7 100644 --- a/crates/storybook2/src/stories/text.rs +++ b/crates/storybook2/src/stories/text.rs @@ -50,7 +50,7 @@ impl Render for TextStory { )))) // NOTE: When rendering text in a horizonal flex container, // Taffy will not pass width constraints down from the parent. - // To fix this, render text in a praent with overflow: hidden, which + // To fix this, render text in a parent with overflow: hidden .child(div().h_5()) .child(div().flex().w_96().bg(red()).child(concat!( "flex-row. width 96. The quick brown fox jumps over the lazy dog. ",