[Doc] Fix typo about plugin content (#4416)
This commit is contained in:
@ -357,7 +357,7 @@ module.exports = [
|
||||
"SHOW MIGRATIONS",
|
||||
"SHOW PLUGINS",
|
||||
"SHOW TABLE STATUS",
|
||||
"UNINTALL PLUGIN",
|
||||
"UNINSTALL PLUGIN",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
该语句用于卸载一个插件。
|
||||
|
||||
Reference in New Issue
Block a user