[Doc] Fix typo about plugin content (#4416)

This commit is contained in:
caiconghui
2020-08-26 10:48:07 +08:00
committed by GitHub
parent 664e6a5898
commit a5d1d010c0
3 changed files with 5 additions and 5 deletions

View File

@ -357,7 +357,7 @@ module.exports = [
"SHOW MIGRATIONS",
"SHOW PLUGINS",
"SHOW TABLE STATUS",
"UNINTALL PLUGIN",
"UNINSTALL PLUGIN",
],
},
{

View File

@ -1,6 +1,6 @@
---
{
"title": "UNINTALL PLUGIN",
"title": "UNINSTALL PLUGIN",
"language": "en"
}
---
@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
# UNINTALL PLUGIN
# UNINSTALL PLUGIN
## description
To uninstall a plugin.

View File

@ -1,6 +1,6 @@
---
{
"title": "UNINTALL PLUGIN",
"title": "UNINSTALL PLUGIN",
"language": "zh-CN"
}
---
@ -24,7 +24,7 @@ specific language governing permissions and limitations
under the License.
-->
# UNINTALL PLUGIN
# UNINSTALL PLUGIN
## description
该语句用于卸载一个插件。