Skip to content

Commit 428cbe7

Browse files
committed
Merge pull request #203 from mackenza/master
small correction in binding class example
2 parents a1266ff + 6b3b8a5 commit 428cbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/class-and-style.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Which will render:
3030
<div class="static class-a"></div>
3131
```
3232

33-
When `isA` and `isB` changes, the class list will be updated accordingly. For example, if `isB` becomes `true`, the class list will become `"class-a class-b"`.
33+
When `isA` and `isB` changes, the class list will be updated accordingly. For example, if `isB` becomes `true`, the class list will become `"static class-a class-b"`.
3434

3535
And you can directly bind to an object in data as well:
3636

0 commit comments

Comments
 (0)