strech -> stretch

Summary: This replicates https://github.com/facebook/yoga/pull/760, to fix a typo around align-items. It does not have an effect on the tests themselves, since align-items defaults to stretch, and the test generator omits CSS properties of a default value.

Reviewed By: yungsters

Differential Revision: D40060324

fbshipit-source-id: da0565f2ad17e3e4e0f541a1c7006cdeeb991ece
This commit is contained in:
Nick Gerleman
2022-10-04 08:51:51 -07:00
committed by Facebook GitHub Bot
parent 7a6f667bf1
commit 585df10ee8
10 changed files with 18 additions and 18 deletions

View File

@@ -1871,7 +1871,7 @@ public class YGAlignItemsTest {
}
@Test
public void test_align_strech_should_size_based_on_parent() {
public void test_align_stretch_should_size_based_on_parent() {
YogaConfig config = YogaConfigFactory.create();
final YogaNode root = createNode(config);

View File

@@ -1222,7 +1222,7 @@ public class YGMarginTest {
}
@Test
public void test_margin_auto_left_and_right_strech() {
public void test_margin_auto_left_and_right_stretch() {
YogaConfig config = YogaConfigFactory.create();
final YogaNode root = createNode(config);
@@ -1279,7 +1279,7 @@ public class YGMarginTest {
}
@Test
public void test_margin_auto_top_and_bottom_strech() {
public void test_margin_auto_top_and_bottom_stretch() {
YogaConfig config = YogaConfigFactory.create();
final YogaNode root = createNode(config);