Skip to content

Commit

Permalink
Merge pull request #4 from wyeworks/fix_typo
Browse files Browse the repository at this point in the history
Fix typo  `phisical` => `physical`
  • Loading branch information
Gabriel Chertok authored Mar 13, 2020
2 parents b91fb52 + 3d7b832 commit 6f66d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/Company.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import { faGlobeAmericas, faBuilding } from "@fortawesome/free-solid-svg-icons";

const icons = {
allowFullRemote: faGlobeAmericas,
hasPhisicalOffices: faBuilding
hasPhysicalOffices: faBuilding
};

const descriptions = {
allowFullRemote: `Allows employees to work remote everyday of the year`,
hasPhisicalOffices: `Has a phisical office`
hasPhysicalOffices: `Has a physical office`
};

const Wrapper = styled.div`
Expand Down
4 changes: 2 additions & 2 deletions data/companies.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default [
description: "Fueling the next healthcare industry.",
meta: {
allowFullRemote: true,
hasPhisicalOffices: true
hasPhysicalOffices: true
}
}, {
picture: "https://www.wyeworks.com/favicon.png",
Expand All @@ -15,7 +15,7 @@ export default [
description: "Inspiring people to build great software",
meta: {
allowFullRemote: true,
hasPhisicalOffices: true
hasPhysicalOffices: true
}
}
];

1 comment on commit 6f66d8c

@vercel
Copy link

@vercel vercel bot commented on 6f66d8c Mar 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.