Skip to content

Commit afc0526

Browse files
mackenzakazupon
authored andcommitted
small correction in binding class example
1 parent 8e507de commit afc0526

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 @@ data: {
3030
<div class="static class-a"></div>
3131
```
3232

33-
`isA``isB` が変化するとき、クラスリストはそれに応じて更新されます。例えば、`isB``true` になった場合、クラスリストは `"class-a class-b"` になります。
33+
`isA``isB` が変化するとき、クラスリストはそれに応じて更新されます。例えば、`isB``true` になった場合、クラスリストは `"static class-a class-b"` になります。
3434

3535
そして、データと同様に、直接オブジェクトにバインドすることができます:
3636

0 commit comments

Comments
 (0)