Skip to content

Commit

Permalink
Merge pull request #32 from adcentury/adcentury/fix-typo
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
adcentury committed Apr 19, 2016
2 parents 9f0602c + fc3f5ee commit 17cde3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,13 +846,13 @@ type: {
```html
<grids>
<!-- 一个格子 -->
<grid link="some-link" label="some-text" imageUrl="url-of-icon"></grid>
<grid link="some-link" label="some-text" image-url="url-of-icon"></grid>
<!-- 另一个格子 -->
<grid link="some-link" label="some-text" imageUrl="url-of-icon"></grid>
<grid link="some-link" label="some-text" image-url="url-of-icon"></grid>
<!-- 第三个格子 -->
<grid link="some-link" label="some-text" imageUrl="url-of-icon"></grid>
<grid link="some-link" label="some-text" image-url="url-of-icon"></grid>
<!-- 因为一行三格,所以第四个格子会显示在第二行 -->
<grid link="some-link" label="some-text" imageUrl="url-of-icon"></grid>
<grid link="some-link" label="some-text" image-url="url-of-icon"></grid>
<!-- 更多的格子…… -->
</grids>
```
Expand Down

0 comments on commit 17cde3d

Please sign in to comment.