Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-dom/src/__tests__/ReactDOMFloat-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2219,7 +2219,7 @@ body {
media="all"
integrity="somehash"
referrerPolicy="origin"
// data and non starndard attributes that should flush
// data and non standard attributes that should flush
data-foo={'"quoted"'}
nonStandardAttr="attr"
properlyformattednonstandardattr="attr"
Expand All @@ -2242,7 +2242,7 @@ body {
media="all"
integrity="somehash"
referrerPolicy="origin"
// data and non starndard attributes that should flush
// data and non standard attributes that should flush
data-foo={'"quoted"'}
nonStandardAttr="attr"
properlyformattednonstandardattr="attr"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/src/__tests__/ReactDOMUseId-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ describe('useId', () => {
// and 0s. In other words, they are all of the form 101010101.
//
// Because we use base 32 encoding, the resulting id should consist of
// alternating 'a' (01010) and 'l' (10101) characters, except for the the
// alternating 'a' (01010) and 'l' (10101) characters, except for the
// 'R:' prefix, and the first character after that, which may not correspond
// to a complete set of 5 bits.
//
Expand Down