From b4a889553ce4328e11c7e5a134ef221d18e967e4 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Mon, 13 Aug 2018 15:19:36 -0700 Subject: [PATCH] Fix typo Summary: Fix typo Created from Diffusion's 'Open in Editor' feature. Reviewed By: dshahidehpour Differential Revision: D9295603 fbshipit-source-id: 0a105284592de4962acc672712cca14e157074f4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 703aa160..74c9d245 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For testing we rely on [gtest](https://github.com/google/googletest) as a submod For any changes you make you should ensure that all the tests are passing. In case you make any fixes or additions to the library please also add tests for that change to ensure we don't break anything in the future. Tests are located in the `tests` directory. Run the tests by executing `buck test //:yoga`. -Instead of manually writing a test which ensures parity with web implementations of Flexbox you can run `gentest/gentest.rb` to generated a test for you. You can write html which you want to verify in Yoga, in `gentest/fixtures` folder, such as the following. +Instead of manually writing a test which ensures parity with web implementations of Flexbox you can run `gentest/gentest.rb` to generate a test for you. You can write html which you want to verify in Yoga, in `gentest/fixtures` folder, such as the following. ```html