Skip to content

Commit 2bd6075

Browse files
docs (#149): spell out abbreviation
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 3a4bf47 commit 2bd6075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/attribute-coercion.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For non-boolean attributes, Vue will stop removing them if they are `false` and
5353

5454
The following table describes the new behavior:
5555

56-
| Binding expr. | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
56+
| Binding expression | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
5757
| ------------------- | -------------------------- | --------------------------------- |
5858
| `:attr="null"` | / | / <sup>†</sup> |
5959
| `:attr="undefined"` | / | / |

0 commit comments

Comments
 (0)