Skip to content

Commit ec20b57

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs release-cloud
1 parent 5c70720 commit ec20b57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

markdown-pages/en/tidbcloud/master/tidb-cloud/architecture-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings the flex
99

1010
TiDB is MySQL-compatible, making it easy to migrate and work with existing applications, while offering seamless scalability to handle everything from small workloads to massive, high-performance clusters. It supports both transactional (OLTP) and analytical (OLAP) workloads in one system, simplifying operations and enabling real-time insights.
1111

12-
TiDB Cloud provides **TiDB Cloud Starter** for auto-scaling, cost-efficient workloads and **TiDB Cloud Essential** for production ready workloads with provisoned capacity. TiDB Cloud makes it easy to scale your database, handle complex management tasks, and stay focused on developing reliable, high-performing applications.
12+
TiDB Cloud provides **TiDB Cloud Starter** for auto-scaling, cost-efficient workloads and **TiDB Cloud Essential** for production ready workloads with provisioned capacity. TiDB Cloud makes it easy to scale your database, handle complex management tasks, and stay focused on developing reliable, high-performing applications.
1313

1414
## TiDB Cloud
1515

markdown-pages/en/tidbcloud/master/tidb-cloud/serverless-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you require the features listed in this document, [contact us](https://www.pi
4343
### Stream data
4444

4545
- Changefeed is not supported for TiDB Cloud Starter currently.
46-
- The Data Migration feaure that migrates data from MySQL-compatible databases to TiDB Cloud is not supported for TiDB Cloud Starter currently.
46+
- The Data Migration feature that migrates data from MySQL-compatible databases to TiDB Cloud is not supported for TiDB Cloud Starter currently.
4747

4848
### Time to live (TTL)
4949

markdown-pages/en/tidbcloud/master/tidb-cloud/terraform-use-cluster-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ The following example shows how to create a TiDB Cloud Dedicated cluster.
440440
441441
tidbcloud_cluster.example_cluster: Refreshing state... [id=1379661944630234067]
442442
443-
$ terraform state show tidbcloud_cluster.example_cluste
443+
$ terraform state show tidbcloud_cluster.example_cluster
444444
445445
# tidbcloud_cluster.example_cluster:
446446
resource "tidbcloud_cluster" "example_cluster" {

markdown-pages/en/tidbcloud/master/tidb-cloud/ticloud-config-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you are using Windows, after you execute the preceding command, the path of t
1515

1616
> **Note:**
1717
>
18-
> To avoid format errors and execution failures, it is NOT recommended to manually edit the configuration file. Instead, you can use [`ticloud config create`](/tidb-cloud/ticloud-config-create.md), [`ticloud config delete`](/tidb-cloud/ticloud-config-delete.md), or [`ticloud config set`](/tidb-cloud/ticloud-config-set.md) to modify the confiturations.
18+
> To avoid format errors and execution failures, it is NOT recommended to manually edit the configuration file. Instead, you can use [`ticloud config create`](/tidb-cloud/ticloud-config-create.md), [`ticloud config delete`](/tidb-cloud/ticloud-config-delete.md), or [`ticloud config set`](/tidb-cloud/ticloud-config-set.md) to modify the configurations.
1919
2020
## Examples
2121

0 commit comments

Comments
 (0)