From c901c9c1f31a24e4b28f579a6d704de6be7231d7 Mon Sep 17 00:00:00 2001 From: jsc0218 Date: Thu, 7 Mar 2024 01:47:10 +0000 Subject: [PATCH] fix typo --- docs/en/sql-reference/statements/grant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/statements/grant.md b/docs/en/sql-reference/statements/grant.md index b9c69b16e85..c7ce7ffe5e4 100644 --- a/docs/en/sql-reference/statements/grant.md +++ b/docs/en/sql-reference/statements/grant.md @@ -507,7 +507,7 @@ are turned on. ### NAMED COLLECTION ADMIN -Allows a certain operation on a specified named colleciton. Before version 23.7 it was called NAMED COLLECTION CONTROL, and after 23.7 NAMED COLLECTION ADMIN as added and NAMED COLLECTION CONTROL is preserved as an alias. +Allows a certain operation on a specified named collection. Before version 23.7 it was called NAMED COLLECTION CONTROL, and after 23.7 NAMED COLLECTION ADMIN as added and NAMED COLLECTION CONTROL is preserved as an alias. - `NAMED COLLECTION ADMIN`. Level: `NAMED_COLLECTION`. Aliases: `NAMED COLLECTION CONTROL` - `CREATE NAMED COLLECTION`. Level: `NAMED_COLLECTION`