fix: 合并错误 #366

This commit is contained in:
Zhicheng WANG 2019-01-02 17:43:56 +08:00
parent 5fd5fd0e45
commit e6c232349f
1 changed files with 3 additions and 3 deletions

View File

@ -879,11 +879,11 @@ As always, strive for consistency.
### Component selectors ### Component selectors
### 指令选择器 ### 组件选择器
#### Style 05-02 #### Style 05-02
#### 风格 02-06 #### 风格 05-02
<div class="s-rule do"> <div class="s-rule do">
@ -899,7 +899,7 @@ As always, strive for consistency.
**Why?** Keeps the element names consistent with the specification for [Custom Elements](https://www.w3.org/TR/custom-elements/). **Why?** Keeps the element names consistent with the specification for [Custom Elements](https://www.w3.org/TR/custom-elements/).
**为何?**Angular HTML 解析器是大小写敏感的,它识别小写驼峰写法 **为何?**让元素名和[自定义元素](https://www.w3.org/TR/custom-elements/)规范保持一致
</div> </div>