diff options
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> |