From 7a8b2abd352ed33a475090292f72a4ab07558afe Mon Sep 17 00:00:00 2001 From: "jingchun.xia" <6269380+xiajingchun@users.noreply.github.com> Date: Tue, 19 Oct 2021 19:44:55 +0800 Subject: [PATCH] Update 6.delete-tag.md fix a small typo --- docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md b/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md index 50bcfeb6ace..09918754f16 100644 --- a/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md +++ b/docs-2.0/3.ngql-guide/10.tag-statements/6.delete-tag.md @@ -53,5 +53,5 @@ nebula> FETCH PROP ON * "test"; !!! Compatibility - * In openCypher, you can use the statement `REMOVE v:LABEL` to delete the tag `LABLE` of the vertex `v`. + * In openCypher, you can use the statement `REMOVE v:LABEL` to delete the tag `LABEL` of the vertex `v`. * `DELETE TAG` and `DROP TAG` have the same semantics but different syntax. In nGQL, use `DELETE TAG`.