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 2019/06/13 07:26:21 UTC

[incubator-iotdb] branch master updated: Fix a doc bug of QuickStart.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4d84ef9  Fix a doc bug of QuickStart.md
     new 36484ac  Merge pull request #194 from sontallive/patch-3
4d84ef9 is described below

commit 4d84ef9f56bac4c1c3113ef58b0294822291c416
Author: Sontal Sun <41...@qq.com>
AuthorDate: Tue Jun 11 10:20:19 2019 +0800

    Fix a doc bug of QuickStart.md
    
    The word colomn should be column.
---
 docs/Documentation/QuickStart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Documentation/QuickStart.md b/docs/Documentation/QuickStart.md
index afa75ae..22ca531 100755
--- a/docs/Documentation/QuickStart.md
+++ b/docs/Documentation/QuickStart.md
@@ -221,7 +221,7 @@ execute successfully.
 IoTDB> CREATE TIMESERIES root.ln.wf01.wt01.status WITH DATATYPE=BOOLEAN, ENCODING=PLAIN
 execute successfully.
 ```
-Till now, we have already create a table called root.vehicle and add a colomn called d0.s0 in the table. Let's take a look at what we have done by 'SHOW TIMESERIES' command.
+Till now, we have already create a table called root.vehicle and add a column called d0.s0 in the table. Let's take a look at what we have done by 'SHOW TIMESERIES' command.
 
 ``` 
 IoTDB> SHOW TIMESERIES