From e6558b7135f87530010c95305f0689d31e8bceed Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Wed, 18 Jul 2018 14:10:17 -0700 Subject: Fix typos --- packages/website/ts/pages/jobs/benefits.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/website/ts/pages/jobs/benefits.tsx') 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 { -- cgit