From c8bb9ab6844189881247ed7e926606696d389aa3 Mon Sep 17 00:00:00 2001 From: James Humphries Date: Wed, 4 Sep 2024 10:06:41 +0100 Subject: [PATCH] Fixed typo in module instructions Signed-off-by: James Humphries --- .../Module/components/ProvisionInstructionsSidebarBlock.tsx | 2 +- .../routes/Provider/components/InstructionSidebarBlock.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx b/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx index b2a85f71..31791726 100644 --- a/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx +++ b/frontend/src/routes/Module/components/ProvisionInstructionsSidebarBlock.tsx @@ -10,7 +10,7 @@ function Block({ children }: { children: ReactNode }) { return ( - 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{" "} tofu init diff --git a/frontend/src/routes/Provider/components/InstructionSidebarBlock.tsx b/frontend/src/routes/Provider/components/InstructionSidebarBlock.tsx index 4eb1b72c..5fd3a8fc 100644 --- a/frontend/src/routes/Provider/components/InstructionSidebarBlock.tsx +++ b/frontend/src/routes/Provider/components/InstructionSidebarBlock.tsx @@ -10,11 +10,11 @@ function Block({ children }: { children: ReactNode }) { return ( - Copy this code info your OpenTofu configuration and run run{" "} + Copy this code into your OpenTofu configuration and run run{" "} tofu init - - {" "}to install this provider. + {" "} + to install this provider. {children}