Skip to content

Commit

Permalink
Fix typo in distributed (#7069)
Browse files Browse the repository at this point in the history
DESCRIPTION: PR description that will go into the change log, up to 78
characters
  • Loading branch information
mulander authored Jul 18, 2023
1 parent 832fc4a commit 6498e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6498e1e

Please sign in to comment.