Skip to content

Commit 43d29a6

Browse files
docs (#149): enforce consistent quotes
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 285fac0 commit 43d29a6

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
@@ -25,7 +25,7 @@ In 2.x, we had the following strategies for coercing `v-bind` values:
2525

2626
- For other attributes, we remove “falsy” values (`undefined`, `null`, or `false`) and set other values as-is (see [here](https://github.com/vuejs/vue/blob/bad3c326a3f8b8e0d3bcf07917dc0adf97c32351/src/platforms/web/runtime/modules/attrs.js#L92-L113)).
2727

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

3030
| Binding expr. | `foo` <sup>normal</sup> | `draggable` <sup>enumerated</sup> |
3131
| ------------------- | ----------------------- | --------------------------------- |

0 commit comments

Comments
 (0)