Merge pull request #5838 from mbaljeetsingh/fix-uninstall-text
fix: change uninstally to uninstallpull/5848/head
commit
f7f8923b1f
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<DocSectionText v-bind="$attrs">
|
<DocSectionText v-bind="$attrs">
|
||||||
<p>Uninstally primeclt utility.</p>
|
<p>Uninstall primeclt utility.</p>
|
||||||
</DocSectionText>
|
</DocSectionText>
|
||||||
<DocSectionCode :code="code" hideToggleCode hideStackBlitz />
|
<DocSectionCode :code="code" hideToggleCode hideStackBlitz />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue