From 6498e1eb6cf56b674fd897550e1d2c9c9a06cc6e Mon Sep 17 00:00:00 2001 From: mulander Date: Tue, 18 Jul 2023 21:02:09 +0200 Subject: [PATCH] Fix typo in distributed (#7069) DESCRIPTION: PR description that will go into the change log, up to 78 characters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01dfc9687..2911552b3 100644 --- a/README.md +++ b/README.md @@ -354,7 +354,7 @@ Available since Citus 12.0, [schema-based sharding](https://docs.citusdata.com/e ### Creating distributed schemas -You can turn an existing schema into a distriubuted schema by calling `citus_schema_distribute`: +You can turn an existing schema into a distributed schema by calling `citus_schema_distribute`: ```sql SELECT citus_schema_distribute('user_service');