mirror of https://github.com/citusdata/citus.git
Fix typo in distributed (#7069)
DESCRIPTION: PR description that will go into the change log, up to 78 characterspull/7070/head
parent
832fc4a8f0
commit
6498e1eb6c
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue