Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Jan 3, 2024
1 parent 4d3dc70 commit 66c64f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/CraftsList/CraftDetails/CraftDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function CraftDetails(props: Props) {
</span>
</div>
<hr />
<h3 style={{ marginBottom: '20px' }}>Ingredience Costs</h3>
<h3 style={{ marginBottom: '20px' }}>Ingredient Costs</h3>
{props.craft.ingredients.map(ingredient => {
return (
<div
Expand Down
2 changes: 1 addition & 1 deletion components/Flipper/FlipperFAQ/FlipperFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function FlipperFAQ() {
<h3>What do I get if I buy premium?</h3>
<p>
You get flips as soon as they are found. That allows you to buy up the most profitable flips before anyone else. Furthermore you get
more filter options. Which allow yous to only see flips that you are actually interested in. For a full list see{' '}
more filter options. Which allow you to only see flips that you are actually interested in. For a full list see{' '}
<a target="_blank" href="/premium" rel="noreferrer">
the premium page
</a>
Expand Down

0 comments on commit 66c64f0

Please sign in to comment.