aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2019-01-31 07:28:55 +0800
committerfragosti <francesco.agosti93@gmail.com>2019-01-31 07:28:55 +0800
commit96e880d1704a4daeaad655c395681c66c376f8b1 (patch)
tree06ae4a2f534eda2a31b32e441220fffa53d46d9f
parent3d8caa4694bf90d7916a6c8dfbcc057bb95b5cce (diff)
downloaddexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.tar
dexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.tar.gz
dexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.tar.bz2
dexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.tar.lz
dexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.tar.xz
dexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.tar.zst
dexon-0x-contracts-96e880d1704a4daeaad655c395681c66c376f8b1.zip
fix typos on landing
-rw-r--r--packages/website/ts/pages/why.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/pages/why.tsx b/packages/website/ts/pages/why.tsx
index a0ed5f95a..905258ccb 100644
--- a/packages/website/ts/pages/why.tsx
+++ b/packages/website/ts/pages/why.tsx
@@ -102,7 +102,7 @@ export class NextWhy extends React.Component {
<DocumentTitle title="Features & Benefits - 0x" />
<Hero
title="The exchange layer for the crypto economy"
- description="The world's assets are becoming tokenized on public blockchains. 0x Protocol is free, open-source infrastracture that developers and businesses utilize to build products that enable the purchasing and trading of crypto tokens."
+ description="The world's assets are becoming tokenized on public blockchains. 0x Protocol is free, open-sourceq infrastructure that developers and businesses utilize to build products that enable the purchasing and trading of crypto tokens."
actions={buildAction}
/>
@@ -110,7 +110,7 @@ export class NextWhy extends React.Component {
<Definition
title="Support for all Ethereum Standards"
titleSize="small"
- description="0x Protocol facitilites the decentralized exchange of a growing number of Ethereum-based tokens, including all ERC-20 and ERC-721 assets."
+ description="0x Protocol facilitates the decentralized exchange of a growing number of Ethereum-based tokens, including all ERC-20 and ERC-721 assets."
icon="supportForAllEthereumStandards"
iconSize="large"
isInline={true}