You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/04/07 15:17:26 UTC

[incubator-iotdb] branch rel/0.9 updated: typos fix in Rel/0.9 docs (#1002)

This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch rel/0.9
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new 1d29294  typos fix in Rel/0.9 docs  (#1002)
1d29294 is described below

commit 1d29294c23727d459509cab85c1e09d250281ee4
Author: Sail <37...@users.noreply.github.com>
AuthorDate: Tue Apr 7 23:17:14 2020 +0800

    typos fix in Rel/0.9 docs  (#1002)
    
    * modify 0.9 docs to fix typos
---
 docs/UserGuide/0-Get Started/1-QuickStart.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/UserGuide/0-Get Started/1-QuickStart.md b/docs/UserGuide/0-Get Started/1-QuickStart.md
index a0a53e3..bf5142a 100644
--- a/docs/UserGuide/0-Get Started/1-QuickStart.md	
+++ b/docs/UserGuide/0-Get Started/1-QuickStart.md	
@@ -77,7 +77,7 @@ Users can start IoTDB by the start-server script under the sbin folder.
 
 #### Use Cli
 
-IoTDB offers different ways to interact with server, here we introduce basic steps of using Cli tool to insrert and query data.
+IoTDB offers different ways to interact with server, here we introduce basic steps of using Cli tool to insert and query data.
 
 After installing IoTDB, there is a default user 'root', its default password is also 'root'. Users can use this
 default user to login Cli to use IoTDB. The startup script of Cli is the start-client script in the folder sbin. When executing the script, user should assign  
@@ -112,7 +112,7 @@ IoTDB>
 
 Now, let us introduce the way of creating timeseries, inserting data and querying data. 
 
-The data in IoTDB is organized as timeseries, in each timeseries there are some data-time pairs, and every timeseries is owned by a storage group. Before defining a timeseries, we should difine a storage group using SET STORAGE GROUP, and here is an example: 
+The data in IoTDB is organized as timeseries, in each timeseries there are some data-time pairs, and every timeseries is owned by a storage group. Before defining a timeseries, we should define a storage group using SET STORAGE GROUP, and here is an example: 
 
 ``` 
 IoTDB> SET STORAGE GROUP TO root.ln