From 3bf37d16b93cd3309f91de33e68989ddd5a3a8e5 Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Sat, 9 Jun 2018 02:13:37 +0200 Subject: [PATCH] Use correct spelling ('then' -> 'than') Might be the smallest PR in the world, but it caught my eye reading the docs so I figured I should fix it. --- 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 d58b0a1b..a1a52754 100644 --- a/website/src/pages/docs/index.js +++ b/website/src/pages/docs/index.js @@ -34,7 +34,7 @@ export default ({data}) => ( 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 - contributions within documentation, code, and tests are more then + contributions within documentation, code, and tests are more than welcome. The contributing section below covers how to get started.

-- 2.50.1.windows.1