Skip to content

Commit 5e440ab

Browse files
authored
update docs spelling (#1365)
1 parent 3fb5ef7 commit 5e440ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Service Descriptions:
1111
OpAMP supervisor that dynamically pulls configuration from HyperDX API.
1212
- ClickHouse (ch-server): ClickHouse database, stores all telemetry.
1313
- MongoDB (db): Stores user/saved search/alert/dashboard data.
14-
- HyperDX API (api): Node.js API, executes Clickhouse queries on behalf of the
14+
- HyperDX API (api): Node.js API, executes ClickHouse queries on behalf of the
1515
frontend and serves the frontend. serves the frontend. Can also run alert
1616
checker.
1717
- HyperDX UI (app): Next.js frontend, serves the UI.

DEPLOY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[HyperDX](https://hyperdx.io) helps engineers quickly figure out why production
44
is broken by making it easy to search & visualize logs and traces on top of any
5-
Clickhouse cluster (imagine Kibana, for Clickhouse). You can learn more about
5+
ClickHouse cluster (imagine Kibana, for ClickHouse). You can learn more about
66
HyperDX in our [README](/README.md).
77

88
HyperDX can be deployed in a few different ways:
@@ -36,7 +36,7 @@ the URL your HyperDX instance is hosted on.
3636
## All-in-one Docker Compose Stack
3737

3838
The easiest way to get started with HyperDX from scratch is to use our
39-
all-in-one Docker Compose stack. This stack will start Clickhouse, an
39+
all-in-one Docker Compose stack. This stack will start ClickHouse, an
4040
OpenTelemetry collector, and HyperDX with a MongoDB instance.
4141

4242
To get started, clone this repository and run the following command:
@@ -62,7 +62,7 @@ variable to a random string.
6262

6363
HyperDX can also be deployed alongside your existing local development stack to
6464
help you debug issues locally. This mode will start an OpenTelemetry collector,
65-
Clickhouse, and HyperDX with a MongoDB in a single instance, without any
65+
ClickHouse, and HyperDX with a MongoDB in a single instance, without any
6666
authentication or configuration persistence.
6767

6868
To get started, spin up the local mode container:

0 commit comments

Comments
 (0)