修复text-align (#528)

diff --git a/docs/zh/docs/styles/text-styles.md b/docs/zh/docs/styles/text-styles.md
index 80d6571..e2edd0c 100644
--- a/docs/zh/docs/styles/text-styles.md
+++ b/docs/zh/docs/styles/text-styles.md
@@ -29,7 +29,7 @@
 只支持 `<text>` 和 `<ricthext>`
 :::
 
-### text-algin
+### text-align
 `text-align {string}`:对齐方式。可选值 `left` | `center` | `right`,默认值为 `left`。
 
 ### font-family
@@ -49,4 +49,4 @@
 `line-height {length}`:正整数,每行文字高度。`line-height`是 top 至 bottom 的距离。![line-height](http://i.stack.imgur.com/LwZJF.png)`line-height`与`font-size`没有关系,因为`line-height`被 top 和 bottom 所限制,`font-size` 被 glyph 所解析。`line-height`和`font-size`相等一般会导致文字被截断。
 
 ### word-wrap
-`word-wrap`:&lt;string&gt; `break-word` | `normal` | `anywhere`. 对 Weex 来说 `anywhere` 表示在以字符为最小元素做截断换行,其它值或不指定该属性,都以英文单词为单位进行换行。
\ No newline at end of file
+`word-wrap`:&lt;string&gt; `break-word` | `normal` | `anywhere`. 对 Weex 来说 `anywhere` 表示在以字符为最小元素做截断换行,其它值或不指定该属性,都以英文单词为单位进行换行。