Skip to content

Commit

Permalink
docs: 文档修复单引号改双引号 (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
funme authored and luckyadam committed Nov 26, 2018
1 parent a0cb8d3 commit 48de189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec-for-taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ class MyComponent extends Component {
render () {
return (
<View className='test'> // ✓ 正确
<Text className='test_text'>12</Text> // ✗ 错误
<Text className="test_text">12</Text> // ✗ 错误
</View>
)
}
Expand Down

0 comments on commit 48de189

Please sign in to comment.