Skip to content

Commit

Permalink
Merge pull request #164 from opentofu/typo-module-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yantrio authored Sep 4, 2024
2 parents 63f8fdd + c8bb9ab commit 23a6f3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Block({ children }: { children: ReactNode }) {
return (
<SidebarBlock title="Provision instructions">
<Paragraph className="my-4">
Copy this code info your OpenTofu configuration and add any variables
Copy this code into your OpenTofu configuration and add any variables
necessary, then run{" "}
<code className="text-sm text-purple-700 dark:text-purple-300">
tofu init
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ function Block({ children }: { children: ReactNode }) {
return (
<SidebarBlock title="How to use this provider">
<Paragraph className="my-4">
Copy this code info your OpenTofu configuration and run run{" "}
Copy this code into your OpenTofu configuration and run run{" "}
<code className="text-sm text-purple-700 dark:text-purple-300">
tofu init
</code>
{" "}to install this provider.
</code>{" "}
to install this provider.
</Paragraph>
{children}
</SidebarBlock>
Expand Down

0 comments on commit 23a6f3c

Please sign in to comment.