diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2018-07-19 05:10:17 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2018-07-19 05:10:17 +0800 |
commit | e6558b7135f87530010c95305f0689d31e8bceed (patch) | |
tree | 8121f5a3b5eff83d8ab2d2a81360a6452d7f795f /packages | |
parent | 2c8fb9aa31bc9f07f7057e1c2cbe8dcffc74dc1e (diff) | |
download | dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.tar dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.tar.gz dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.tar.bz2 dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.tar.lz dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.tar.xz dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.tar.zst dexon-sol-tools-e6558b7135f87530010c95305f0689d31e8bceed.zip |
Fix typos
Diffstat (limited to 'packages')
-rw-r--r-- | packages/website/ts/pages/jobs/benefits.tsx | 4 | ||||
-rw-r--r-- | packages/website/ts/pages/jobs/mission.tsx | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/packages/website/ts/pages/jobs/benefits.tsx b/packages/website/ts/pages/jobs/benefits.tsx index bc4edf973..4ccc5a909 100644 --- a/packages/website/ts/pages/jobs/benefits.tsx +++ b/packages/website/ts/pages/jobs/benefits.tsx @@ -14,11 +14,11 @@ import { utils } from 'ts/utils/utils'; const BENEFITS = [ 'Comprehensive insurance. Medical, dental, and vision coverage for you and your family.', 'Unlimited vacation. Three weeks per year minimum.', - 'Flexible hours and libteral work-from-home-policy.', + 'Flexible hours and liberal work-from-home-policy.', 'Relocation Assistance.', 'Whole team offsites and community / hackathon events (often international).', 'Monthly transportation and phone reimbursement.', - 'Meals and snacks prvided in-office daily', + 'Meals and snacks provided in-office daily.', ]; interface Value { diff --git a/packages/website/ts/pages/jobs/mission.tsx b/packages/website/ts/pages/jobs/mission.tsx index 79688c3f5..daec1e62a 100644 --- a/packages/website/ts/pages/jobs/mission.tsx +++ b/packages/website/ts/pages/jobs/mission.tsx @@ -20,9 +20,9 @@ export const Mission = (props: MissionProps) => { <Container marginTop="32px"> <Text fontSize="14px" lineHeight="2em"> We’re a highly technical team with diverse backgrounds in engineering, science, business, finance, - and research. While headquarted in San Francisco, we’ve designed our workflows to empower teammates - to stay informed and execute on their objectives from anywhere in the world. If you’re passionate - about our mission, we’re excited to talk to you, regardless of where you might live. + and research. While headquartered in San Francisco, we’ve designed our workflows to empower + teammates to stay informed and execute on their objectives from anywhere in the world. If you’re + passionate about our mission, we’re excited to talk to you, regardless of where you might live. </Text> </Container> </Container> |