Skip to content

Commit

Permalink
fix(demo): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olivewind committed Sep 2, 2018
1 parent 4404759 commit 733689d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions examples/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ examples

### 4.3 命名规范

1. 目录名、文件名、css class 名、常量名使用 kebab-case,普通变量名使用 camelCase。
1. 目录名、文件名、css class 名、常量名使用 kebab-case

2. i18n 翻译字段使用 i18n_key
2. 普通变量名使用 camelCase。

3. i18n 翻译字段使用 i18n_key

4. 常量名使用 KebaCase

## 5. 提交 Commit、发起 PR
1. 参考 [pr-spec](../docs/pr-spec.md)
2 changes: 1 addition & 1 deletion examples/view/page/components/spin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<demo1 slot="demo"></demo1>
<code-reader slot="code" file="components/spin/demos/demo-1.vue"></code-reader>
<md-reader slot="desc">
即使你什么参数都不传, dao-spin 仍然可以很好的工作
即使你什么参数都不传, dao-spin 仍然可以很好地工作
</md-reader>
</demo-code>
</template>
Expand Down

0 comments on commit 733689d

Please sign in to comment.