diff --git a/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md b/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md index 0cd6f6dde0a..cfbdd85d195 100644 --- a/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md +++ b/docs-2.0/3.ngql-guide/14.native-index-statements/6.drop-native-index.md @@ -12,7 +12,7 @@ Running the `DROP INDEX` statement requires some [privileges](../../7.data-secur DROP {TAG | EDGE} INDEX [IF EXISTS] ; ``` -`IF NOT EXISTS`: Detects whether the index that you want to drop exists. If it exists, it will be dropped. +`IF EXISTS`: Detects whether the index that you want to drop exists. If it exists, it will be dropped. ## Example