diff --git a/docs-en/02-intro/index.md b/docs-en/02-intro/index.md index c3e86fcbee41aa847134958225b1b856354a2444..9f2f6b1b67b428bdf3df7f3ead00766989075d76 100644 --- a/docs-en/02-intro/index.md +++ b/docs-en/02-intro/index.md @@ -19,7 +19,7 @@ The major features are listed below: 6. Support for [continuous query](/develop/continuous-query). 7. Support for [data subscription](/develop/subscribe) with the capability to specify filter conditions. 8. Support for [cluster](/cluster/), with the capability of increasing processing power by adding more nodes. High availability is supported by replication. -9. Provides interactive [command-line intrerface](/reference/taos-shell) for management, maintainence and ad-hoc query. +9. Provides interactive [command-line interface](/reference/taos-shell) for management, maintenance and ad-hoc query. 10. Provides many ways to [import](/operation/import) and [export](/operation/export) data. 11. Provides [monitoring](/operation/monitor) on TDengine running instances. 12. Provides [connectors](/reference/connector/) for [C/C++](/reference/connector/cpp), [Java](/reference/connector/java), [Python](/reference/connector/python), [Go](/reference/connector/go), [Rust](/reference/connector/rust), [Node.js](/reference/connector/node) and other programming languages. @@ -49,7 +49,7 @@ TDengine makes full use of [the characteristics of time series data](https://tde - **Interactive Console**: TDengine provides convenient console access to the database to run ad hoc queries, maintain the database, or manage the cluster without any programming. -With TDengine, the total cost of ownership of time-seriess data platform can be greatly reduced. Because 1: with its superior performance, the computing and storage resources are reduced significantly; 2:with SQL support, it can be seamlessly integrated with many third party tools, and learning costs/migration costs are reduced significantly; 3: with its simple architecture and zero management, the operation and maintainence costs are reduced. +With TDengine, the total cost of ownership of time-series data platform can be greatly reduced. Because 1: with its superior performance, the computing and storage resources are reduced significantly; 2:with SQL support, it can be seamlessly integrated with many third party tools, and learning costs/migration costs are reduced significantly; 3: with its simple architecture and zero management, the operation and maintenance costs are reduced. ## Technical Ecosystem In the time-series data processing platform, TDengine stands in a role like this diagram below: @@ -58,7 +58,7 @@ In the time-series data processing platform, TDengine stands in a role like this