Skip to content

Commit c8ef2fe

Browse files
johnlinpaweary
authored andcommitted
Remove redundant word "the" (#13919)
1 parent 55444a6 commit c8ef2fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-dom/src/client/ReactDOMInput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ export function postMountWrapper(
277277
}
278278
} else {
279279
// When syncing the value attribute, the value property should use
280-
// the the wrapperState._initialValue property. This uses:
280+
// the wrapperState._initialValue property. This uses:
281281
//
282282
// 1. The value React property when present
283283
// 2. The defaultValue React property when present
@@ -330,7 +330,7 @@ export function postMountWrapper(
330330
node.defaultChecked = !!props.defaultChecked;
331331
}
332332
} else {
333-
// When syncing the checked attribute, both the the checked property and
333+
// When syncing the checked attribute, both the checked property and
334334
// attribute are assigned at the same time using defaultChecked. This uses:
335335
//
336336
// 1. The checked React property when present

0 commit comments

Comments
 (0)