Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed May 9, 2024
1 parent c806e8b commit 1b60c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<card shape="p" color="p" pattern="h" :amount="2"/>
<card shape="p" color="p" pattern="z" :amount="3"/>
</div>
<p>This is a set because color and shape are <b>all same</b> and patern and amount are <b>all different</b>.</p>
<p>This is a set because color and shape are <b>all same</b> and pattern and amount are <b>all different</b>.</p>
<div class="row">
<card shape="n" color="r" pattern="h" :amount="1"/>
<card shape="d" color="g" pattern="s" :amount="2"/>
Expand Down

0 comments on commit 1b60c32

Please sign in to comment.