Skip to content

Commit 4631408

Browse files
docs (#149): spell out abbreviation
Co-authored-by: Natalia Tepluhina <tarya.se@gmail.com>
1 parent 43d29a6 commit 4631408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/attribute-coercion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In 2.x, we had the following strategies for coercing `v-bind` values:
2727

2828
The following table describes how Vue coerce "enumerated attributes" differently with normal non-boolean attributes:
2929

30-
| Binding expr. | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
30+
| Binding expression | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
3131
| ------------------- | ----------------------- | --------------------------------- |
3232
| `:attr="null"` | / | `draggable="false"` |
3333
| `:attr="undefined"` | / | / |

0 commit comments

Comments
 (0)