Skip to content

Commit

Permalink
chore: update typos
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Feb 21, 2023
1 parent 80c16e4 commit 124a25b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
[files]
extend-exclude = [
"scripts/benchmark/",
"benchmark/",
"tests/",
]
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,4 +162,4 @@ Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
```

> This method is also avaible with `--net=host`.
> This method is also available with `--net=host`.
2 changes: 1 addition & 1 deletion scripts/ci/deploy/config/databend-query-node-shared.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ data_path = "./.databend/stateless_test_data"

### table meta caches ###
# Enable table meta cache. Default is true.
# Set it to false wll disable all the table meta caches
# Set it to false will disable all the table meta caches
enable_table_meta_cache = true
# Max number of cached table snapshot. Set it to 0 to disable it.
table_meta_snapshot_count = 256
Expand Down

0 comments on commit 124a25b

Please sign in to comment.