From 769cbe058611e1c62b40f30359b3f805be648b6a Mon Sep 17 00:00:00 2001 From: Fabio Arnold Date: Wed, 22 Dec 2021 11:46:28 +0100 Subject: [PATCH] Fix typo --- 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 96dee1ae..94b3b465 100644 --- a/website/src/pages/docs/index.js +++ b/website/src/pages/docs/index.js @@ -33,7 +33,7 @@ export default ({data}) => ( documentation covering all the features of the library. Each page comes with an interactive playground for you to explore that feature. The examples section showcases some of the most common - layouts and how to build them. This is a community projects and + layouts and how to build them. This is a community project and contributions within documentation, code, and tests are more than welcome. The contributing section below covers how to get started.

-- 2.50.1.windows.1