Skip to content

Commit 0449fee

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactCommon/react/renderer/css:tests
Reviewed By: franklinho Differential Revision: D95366900
1 parent dc8c442 commit 0449fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactCommon/react/renderer/css/tests/CSSValueParserTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ struct CSSDataTypeParser<ConsumeDataType> {
3333

3434
static_assert(CSSDataType<ConsumeDataType>);
3535

36-
TEST(CSSValueParser, consume_multiple_with_delimeter) {
36+
TEST(CSSValueParser, consume_multiple_with_delimiter) {
3737
CSSSyntaxParser syntaxParser{"1 2, 3, 4 / 5"};
3838
CSSValueParser parser{syntaxParser};
3939

0 commit comments

Comments
 (0)