fix small typo in comment (#2473) [skip ci]

// The attribute is1 coerced -> // The attribute is coerced
This commit is contained in:
Oscar 2019-07-13 14:38:46 +02:00 committed by Isiah Meadows
parent 3f754dffaa
commit cbe6596b79

View file

@ -1685,7 +1685,7 @@ var _25 = function($window, mountRedraw00) {
// Let's provide a *right* way to disable a route link, rather than // Let's provide a *right* way to disable a route link, rather than
// letting people screw up accessibility on accident. // letting people screw up accessibility on accident.
// //
// The attribute is1 coerced so users don't get surprised over // The attribute is coerced so users don't get surprised over
// `disabled: 0` resulting in a button that's somehow routable // `disabled: 0` resulting in a button that's somehow routable
// despite being visibly disabled. // despite being visibly disabled.
if (child0.attrs.disabled = Boolean(child0.attrs.disabled)) { if (child0.attrs.disabled = Boolean(child0.attrs.disabled)) {