Skip to content

Commit 3a4bf47

Browse files
docs (#149): enforce consistent quotes
Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 4631408 commit 3a4bf47

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
@@ -42,7 +42,7 @@ We can see from the table above, current implementation coerces `true` to `'true
4242

4343
## 3.x Syntax
4444

45-
We intend to drop this internal concept of enumerated attributes and treat them as normal non-boolean HTML attributes.
45+
We intend to drop this internal concept of "enumerated attributes" and treat them as normal non-boolean HTML attributes.
4646

4747
- This solves the inconsistency between normal non-boolean attributes and “enumerated attributes”
4848
- It also makes it possible to use values other than `'true'` and `'false'`, or even keywords yet to come, for attributes like `contenteditable`

0 commit comments

Comments
 (0)