aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2019-01-31 07:31:34 +0800
committerfragosti <francesco.agosti93@gmail.com>2019-01-31 07:31:34 +0800
commit0c9369bf043b4d95d259cbcd9161d94ae65eb437 (patch)
tree16b9d92551f4806838130054ebbe870aaf456e11
parent94043380bbb46152166787d828f5a1ce21903f56 (diff)
downloaddexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.tar
dexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.tar.gz
dexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.tar.bz2
dexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.tar.lz
dexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.tar.xz
dexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.tar.zst
dexon-0x-contracts-0c9369bf043b4d95d259cbcd9161d94ae65eb437.zip
fix typo
-rw-r--r--packages/website/ts/pages/why.tsx2
-rw-r--r--yarn.lock25
2 files changed, 26 insertions, 1 deletions
diff --git a/packages/website/ts/pages/why.tsx b/packages/website/ts/pages/why.tsx
index 905258ccb..48888d10a 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-sourceq infrastructure 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-source infrastructure that developers and businesses utilize to build products that enable the purchasing and trading of crypto tokens."
actions={buildAction}
/>
diff --git a/yarn.lock b/yarn.lock
index 1b51eff11..3bc39a830 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -13495,6 +13495,15 @@ react-dom@^16.3.2:
object-assign "^4.1.1"
prop-types "^15.6.0"
+react-dom@^16.4.2:
+ version "16.7.0"
+ resolved "https://registry.npmjs.org/react-dom/-/react-dom-16.7.0.tgz#a17b2a7ca89ee7390bc1ed5eb81783c7461748b8"
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+ prop-types "^15.6.2"
+ scheduler "^0.12.0"
+
react-dom@^16.5.2:
version "16.5.2"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.5.2.tgz#b69ee47aa20bab5327b2b9d7c1fe2a30f2cfa9d7"
@@ -13821,6 +13830,15 @@ react@^16.3.2:
object-assign "^4.1.1"
prop-types "^15.6.0"
+react@^16.4.2:
+ version "16.7.0"
+ resolved "https://registry.npmjs.org/react/-/react-16.7.0.tgz#b674ec396b0a5715873b350446f7ea0802ab6381"
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+ prop-types "^15.6.2"
+ scheduler "^0.12.0"
+
react@^16.5.2:
version "16.5.2"
resolved "https://registry.yarnpkg.com/react/-/react-16.5.2.tgz#19f6b444ed139baa45609eee6dc3d318b3895d42"
@@ -14709,6 +14727,13 @@ schedule@^0.5.0:
dependencies:
object-assign "^4.1.1"
+scheduler@^0.12.0:
+ version "0.12.0"
+ resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.12.0.tgz#8ab17699939c0aedc5a196a657743c496538647b"
+ dependencies:
+ loose-envify "^1.1.0"
+ object-assign "^4.1.1"
+
schema-utils@^0.4.4:
version "0.4.7"
resolved "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"