Skip to content

Commit

Permalink
chore: grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Winn <965114+jawinn@users.noreply.github.com>
  • Loading branch information
mdt2 and jawinn committed May 14, 2024
1 parent 0b351b9 commit b54cf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/popover/stories/popover.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const ChromaticTipPlacementVariants = (args) => html`
if (option.startsWith("start") || option.startsWith("end"))
return "Changes side with text direction (like a logical property)";
if (option.startsWith("left") || option.startsWith("right"))
return "Text direction does not effect the position";
return "Text direction does not affect the position";
return null;
};
Expand Down

0 comments on commit b54cf03

Please sign in to comment.