diff options
author | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-09-16 23:16:21 +0100 |
---|---|---|
committer | Nikita Tchayka <nikitatchayka@gmail.com> | 2023-09-16 23:16:21 +0100 |
commit | 4264a91476fe35f2c9fb066c77bc1282c8113f51 (patch) | |
tree | 44f6d109185248f18368193a0513baed2eb5c310 | |
parent | 6feb69af55e01bdad5ee15dbe90db39b8effcc1f (diff) | |
download | neohaskell.github.io-4264a91476fe35f2c9fb066c77bc1282c8113f51.tar.gz neohaskell.github.io-4264a91476fe35f2c9fb066c77bc1282c8113f51.tar.bz2 neohaskell.github.io-4264a91476fe35f2c9fb066c77bc1282c8113f51.zip |
Rephrase
-rw-r--r-- | src/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9f81113..0237915 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -39,7 +39,7 @@ function HomepageHeader() { <p className="text-center md:text-2xl sm:text-xl text-lg justify-normal my-10 mx-auto md:w-3/4"> <strong> NeoHaskell is a dialect of Haskell that is focused on - beginner-friendliness and productivity. + newcomer-friendliness and productivity. </strong> </p> <p className="text-center md:text-2xl sm:text-xl text-lg justify-normal my-10 mx-auto md:w-3/4"> |