Skip to content

Commit 2282d8c

Browse files
authored
Fix typo in README (#272)
Fix typo
1 parent 4be1b7f commit 2282d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ We use the `PARTITION BY HASH` hashing function, the same as used by Postgres fo
188188
To route queries to a particular shard, we use this custom SQL syntax:
189189

190190
```sql
191-
-- To talk to a shard explicitely
191+
-- To talk to a shard explicitly
192192
SET SHARD TO '1';
193193

194194
-- To let the pooler choose based on a value

0 commit comments

Comments
 (0)