Merge pull request #5838 from mbaljeetsingh/fix-uninstall-text

fix: change uninstally to uninstall
pull/5848/head
Tuğçe Küçükoğlu 2024-06-06 09:07:47 +03:00 committed by GitHub
commit f7f8923b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<DocSectionText v-bind="$attrs">
<p>Uninstally primeclt utility.</p>
<p>Uninstall primeclt utility.</p>
</DocSectionText>
<DocSectionCode :code="code" hideToggleCode hideStackBlitz />
</template>