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

@@ -1886,7 +1886,7 @@ namespace Facebook.Yoga
}
[Test]
public void Test_align_strech_should_size_based_on_parent()
public void Test_align_stretch_should_size_based_on_parent()
{
YogaConfig config = new YogaConfig();

View File

@@ -1236,7 +1236,7 @@ namespace Facebook.Yoga
}
[Test]
public void Test_margin_auto_left_and_right_strech()
public void Test_margin_auto_left_and_right_stretch()
{
YogaConfig config = new YogaConfig();
@@ -1294,7 +1294,7 @@ namespace Facebook.Yoga
}
[Test]
public void Test_margin_auto_top_and_bottom_strech()
public void Test_margin_auto_top_and_bottom_stretch()
{
YogaConfig config = new YogaConfig();