Skip to content

Commit b78f67e

Browse files
authored
Fix for spellcheck
1 parent cd81646 commit b78f67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cloud/bestpractices/multitenancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Then let's create two users `user_1`
345345
CREATE USER user_1 IDENTIFIED BY '<password>'
346346
```
347347

348-
Then `GRANT SELECT` privileges on the correponding table.
348+
Then `GRANT SELECT` privileges on the corresponding table.
349349

350350
```sql
351351
-- Grant read only to events table.

0 commit comments

Comments
 (0)