Skip to content

Commit

Permalink
[#26] escape 문자 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed May 18, 2024
1 parent a9cbbbb commit 1a0f0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Page: React.FC = () => {
<ul>
<li>
Use a higher-level connected component. Storybook helps you compose
such data from the "args" of child component stories
such data from the {'args'} of child component stories
</li>
<li>
Assemble data in the page component from your services. You can mock
Expand Down

0 comments on commit 1a0f0cb

Please sign in to comment.