diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-17 18:16:31 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-17 18:16:31 +0800 |
commit | c2b355c25e8e5e207260ee98653ea654d4c904c1 (patch) | |
tree | bd32916b661c7494e35d998ebb1acdaa2ed28adc /packages/website | |
parent | d12e881e62fd98fff75143062be1a3df73650266 (diff) | |
download | dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.tar dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.tar.gz dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.tar.bz2 dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.tar.lz dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.tar.xz dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.tar.zst dexon-sol-tools-c2b355c25e8e5e207260ee98653ea654d4c904c1.zip |
Fix typo
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/@next/components/sections/landing/about.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/components/sections/landing/about.tsx b/packages/website/ts/@next/components/sections/landing/about.tsx index 700d5e7d2..ee1cfb434 100644 --- a/packages/website/ts/@next/components/sections/landing/about.tsx +++ b/packages/website/ts/@next/components/sections/landing/about.tsx @@ -26,7 +26,7 @@ export const SectionLandingAbout = () => ( isMuted={1} padding={['large', 0, 'default', 0]} > - Anyone in the world can use 0x to service a wide variety of markets ranging from gaming items to financial instruments to assets that could have near existed before. + Anyone in the world can use 0x to service a wide variety of markets ranging from gaming items to financial instruments to assets that could have never existed before. </Paragraph> <Button |