Skip to content

Commit

Permalink
Content review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik committed Sep 19, 2023
1 parent 456a87e commit 6dc5766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Goals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Goals() {
<Goal
icon={ExpandIcon}
title="Truly open-source"
description="under a well-known and widely-accepted license that companies can trust, that won’t suddenly change in the future, and isn’t subject to the whims of a singe vendor."
description="under a well-known and widely-accepted license that companies can trust, that won’t suddenly change in the future, and isn’t subject to the whims of a single vendor."
/>
<Goal
icon={DotsIcon}
Expand Down
2 changes: 1 addition & 1 deletion src/components/HowToContribute/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function HowToContribute() {
<section className="flex flex-col justify-center w-full py-5 md:py-10 px-4">
<div className="w-full max-w-4xl mx-auto leading-snug">
<h2 className="text-center text-3xl md:text-5xl mb-3 md:mb-6 font-bold">
How to use and contribute to OpenTofu?
How to contribute to OpenTofu?
</h2>
<p className="text-gray-600 dark:text-gray-500 text-center text-base md:text-xl mb-3 md:mb-6 md:leading-relaxed">
The best way to show practical support for the OpenTofu initiative is
Expand Down

0 comments on commit 6dc5766

Please sign in to comment.