Skip to content

Commit df45a66

Browse files
committed
Update translate.
1 parent 3c950ef commit df45a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/class-and-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Vue.component('my-component', {
129129
<my-component class="baz boo"></my-component>
130130
```
131131

132-
HTML最终将被渲染成为:
132+
HTML 最终将被渲染成为:
133133

134134
``` html
135135
<p class="foo bar baz boo">Hi</p>

0 commit comments

Comments
 (0)