Skip to content

Commit 5a34843

Browse files
authored
Merge pull request #438 from theory/readme-spelling
Fix a couple of typos in the README
2 parents e63001d + 32b9676 commit 5a34843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ cmake .. [-DBUILD_TESTS=ON]
4545
$ make
4646
```
4747

48-
Plese refer to the workflows for the reference on dependencies/build options
48+
Please refer to the workflows for the reference on dependencies/build options
4949
- https://github.com/ClickHouse/clickhouse-cpp/blob/master/.github/workflows/linux.yml
5050
- https://github.com/ClickHouse/clickhouse-cpp/blob/master/.github/workflows/windows_msvc.yml
5151
- https://github.com/ClickHouse/clickhouse-cpp/blob/master/.github/workflows/windows_mingw.yml
@@ -211,7 +211,7 @@ client.Insert("default.test", block);
211211
</readonly>
212212
</profiles>
213213
```
214-
- Enabling asynchronous inserts at the user level. Ensure your login accout has the privileges about ALTER USER. Then you can use insert_account for asynchronous inserts.
214+
- Enabling asynchronous inserts at the user level. Ensure your login account has the privileges about ALTER USER. Then you can use insert_account for asynchronous inserts.
215215
```sql
216216
ALTER USER insert_account SETTINGS async_insert=1,wait_for_async_insert=1,async_insert_use_adaptive_busy_timeout=0,async_insert_busy_timeout_ms=5000,async_insert_max_data_size=104857600
217217
```

0 commit comments

Comments
 (0)