Skip to content

Commit a5c1c2b

Browse files
committed
spellcheck
1 parent 505be74 commit a5c1c2b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/bare-metal-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploy on Bare Metal
22

3-
Timeplus Enterprise can be easily installed bare metal Linux or MacOS, as a single node or multi-node clsuter.
3+
Timeplus Enterprise can be easily installed bare metal Linux or MacOS, as a single node or multi-node cluster.
44

55
## Single Node Install
66

@@ -90,7 +90,7 @@ This stack demonstrates how to run streaming ETL, getting data from Kafka API, a
9090
* [Tutorial – Streaming ETL: Kafka to ClickHouse](/tutorial-sql-etl-kafka-to-ch)
9191

9292
## Cluster Install
93-
Timeplus Enterprise can be installed in multi-node cluster mode for high availability and horizontal scalability. This page shares how to install Timeplus cluster on bare metal. Pleae refer to [this guide](/k8s-helm) to deploy Timeplus Enterprise on Kubernetes.
93+
Timeplus Enterprise can be installed in multi-node cluster mode for high availability and horizontal scalability. This page shares how to install Timeplus cluster on bare metal. Please refer to [this guide](/k8s-helm) to deploy Timeplus Enterprise on Kubernetes.
9494

9595
### Multi-Node Cluster
9696

docs/sling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Sling supports many databases and storage systems. Data in those systems can be
4848
## Install Sling
4949
Similar to Timeplus, Sling is a single binary, running natively on the OS without Java/Docker.
5050

51-
For best compatibility with Timeplus Enterprise, please download the latest release from https://github.com/timeplus-io/sling-cli/releases The latest [offical release](https://github.com/slingdata-io/sling-cli/releases) of Sling CLI may or may not work with Timeplus.
51+
For best compatibility with Timeplus Enterprise, please download the latest release from https://github.com/timeplus-io/sling-cli/releases The latest [official release](https://github.com/slingdata-io/sling-cli/releases) of Sling CLI may or may not work with Timeplus.
5252

5353
## Configure Sling to connect to Timeplus
5454

tools/spellchecker/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
files:
22
- "docs/*"
33
dictionaries:
4-
- spellchecker/dic.txt
4+
- tools/spellchecker/dic.txt
55
reports:
6-
- spellchecker/report.json
7-
- spellchecker/report.junit.xml
6+
- tools/spellchecker/report.json
7+
- tools/spellchecker/report.junit.xml
88
ignore:
99
- "[A-Z0-9]{6}"
1010
- "\\b\\w+=\\w+\\b"

0 commit comments

Comments
 (0)