From 6d7eca8e421961228198b16c0ca7601156a561ff Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 21 Feb 2018 09:07:29 -0800 Subject: [PATCH] Fix typo in docs Summary: "feature" should be "features" but it's already used twice in that paragraph so I replaced it with "showcases" instead. Reviewed By: emilsjolander Differential Revision: D7042770 fbshipit-source-id: 0287f8746feca5c9f651950c8e9c24d2e86d55e9 --- website/src/pages/docs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/docs/index.js b/website/src/pages/docs/index.js index 9b368f37..d58b0a1b 100644 --- a/website/src/pages/docs/index.js +++ b/website/src/pages/docs/index.js @@ -32,7 +32,7 @@ export default ({data}) => ( Welcome to Yoga's documentation page. Below you will find helpful documentation covering all the features of the library. Each page comes with an interactive playground for you to explore that - feature. The examples section feature some of the most common + feature. The examples section showcases some of the most common layouts and how to build them. This is a community projects and contributions within documentation, code, and tests are more then welcome. The contributing section below covers how to get started.