Skip to content

Commit

Permalink
Merge pull request #5430 from a-ryang/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
tugcekucukoglu authored Mar 19, 2024
2 parents 8c3ff4c + 0849ca3 commit ea46069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/button/IconsDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default {
<Button icon="pi pi-check" aria-label="Submit" />
<Button label="Submit" icon="pi pi-check" />
<Button label="Submit" icon="pi pi-check" iconPos="right" />
</div>s
</div>
</template>
<script setup>
Expand Down

0 comments on commit ea46069

Please sign in to comment.