Skip to content

Commit bc5f75a

Browse files
authored
Correct typo in foreign keys documentation
Signed-off-by: Ian Anderson <i.github@operation-sensory-overload.com>
1 parent 5cb5f99 commit bc5f75a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/faq/getting-started/compatibility/are-foreign-keys-supported-in-vitess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ weight: 6
77

88
We generally discourage the use of foreign keys, and more specifically foreign key constraints. There may be unexpected consequences when using them in sharded keyspaces.
99
However, you can use foreign key constraints when their scope is contained within a shard or unsharded keyspace. You will need to [configure](https://vitess.io/docs/user-guides/vschema-guide/foreign-keys/) Vitess with the desired level of support.
10-
Please note that if you do shard or re-shard an existing keyspqce with foreign keys, you will need to take extra steps to confirm they are working as intended.
10+
Please note that if you do shard or re-shard an existing keyspace with foreign keys, you will need to take extra steps to confirm they are working as intended.

0 commit comments

Comments
 (0)