Skip to content

Commit ce23311

Browse files
authored
Merge pull request #4417 from ClickHouse/Blargian-patch-4860
Fix typo
2 parents 7d3e084 + ccbff67 commit ce23311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ FROM url(
772772
county String,
773773
d String,
774774
e String'
775-
) SETTINGS max_http_get_redirects=10;
775+
) SETTINGS max_http_get_redirects=10
776776
LIMIT 10000;
777777
```
778778

0 commit comments

Comments
 (0)