From 83178e9f6621c709992e2bbd72a0a4d32de76a38 Mon Sep 17 00:00:00 2001 From: Codrin Eugeniu Date: Tue, 12 Sep 2017 15:37:13 +0300 Subject: [PATCH] Fix typo in sample person.js --- src/person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/person.js b/src/person.js index bfc310c..49b1b03 100755 --- a/src/person.js +++ b/src/person.js @@ -19,7 +19,7 @@ export const PERSON = { company: 'Company B', position: 'Frontend Developer', timeperiod: 'January 2015 - December 2015', - description: 'Fulfillment of extremly important tasks.' + description: 'Fulfillment of extremely important tasks.' }, { company: 'Company C',