Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz committed Jan 8, 2024
1 parent 7413987 commit cf98e95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/platform/stream-in-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ This tutorial guides you on how to create and manage streams in HStream Platform

After clicking the **New stream** button, you will be directed to the **New Stream** page. You need to set some necessary properties for your stream and create it:

1. Specify the **stream name**. You can refer to [Guidelines to name a resource](../develope/write/stream.md#guidelines-to-name-a-resource) to name a stream.
1. Specify the **stream name**. You can refer to [Guidelines to name a resource](../develop/write/stream.md#guidelines-to-name-a-resource) to name a stream.

2. Fill in with the number of **shards** you want this stream to have. The default value is **1**.

> Shard is the primary storage unit for the stream. For more details, please refer to [Sharding in HStreamDB](../develope/write/shards.md#sharding-in-hstreamdb).
> Shard is the primary storage unit for the stream. For more details, please refer to [Sharding in HStreamDB](../develop/write/shards.md#sharding-in-hstreamdb).
3. Fill in with the number of **replicas** for each stream. The default value is **3**.

Expand All @@ -27,7 +27,7 @@ After clicking the **New stream** button, you will be directed to the **New Stre
5. Click the **Confirm** button to create a stream.

::: tip
For more details about **replicas** and **retention**, please refer to [Attributes of a Stream](../develope/write/stream.md#attributes-of-a-stream).
For more details about **replicas** and **retention**, please refer to [Attributes of a Stream](../develop/write/stream.md#attributes-of-a-stream).
:::

::: warning
Expand Down
2 changes: 1 addition & 1 deletion docs/platform/subscription-in-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This tutorial guides you on how to create and manage subscriptions in HStream Pl

After clicking the **New subscription** button, you will be directed to the **New subscription** page. You need to set some necessary properties for your stream and create it:

1. Specify the **Subscription ID**. You can refer to [Guidelines to name a resource](../develope/write/stream.md#guidelines-to-name-a-resource) to name a subscription.
1. Specify the **Subscription ID**. You can refer to [Guidelines to name a resource](../develop/write/stream.md#guidelines-to-name-a-resource) to name a subscription.

2. Select a stream as the source from the dropdown list.

Expand Down
2 changes: 1 addition & 1 deletion docs/platform/write-in-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A record is like a piece of JSON data. You can add arbitrary fields to a record,
A record also ships with a partition key, which is used to determine which shard the record will be allocated to and improve the read/write performance.

::: tip
For more details about the partition key, please refer to [Partition Key](../develope/write/write.md#write-records-with-partition-keys).
For more details about the partition key, please refer to [Partition Key](../develop/write/write.md#write-records-with-partition-keys).
:::

Take the following steps to write records to a stream:
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ In particular, this release provides connectors listed below:
- [sink-mysql](https://github.com/hstreamdb/hstream-connectors/blob/main/docs/specs/sink_mysql_spec.md)
- [sink-postgresql](https://github.com/hstreamdb/hstream-connectors/blob/main/docs/specs/sink_postgresql_spec.md)

You can refer to [the documentation](./develope/ingest-and-distribute/overview.md) to learn more about
You can refer to [the documentation](./develop/ingest-and-distribute/overview.md) to learn more about
HStream IO.

#### New Stream Processing Engine
Expand Down

0 comments on commit cf98e95

Please sign in to comment.