From 023dcf520144e48b1be580157535cc20224b7d25 Mon Sep 17 00:00:00 2001 From: Matthew Grotheer <34672297+mdgrotheer@users.noreply.github.com> Date: Thu, 24 Dec 2020 08:20:08 -0800 Subject: [PATCH] Update README.md Fixed typo --- samples/end-to-end-testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/end-to-end-testing/README.md b/samples/end-to-end-testing/README.md index cbed4c52..bb8ecbe8 100644 --- a/samples/end-to-end-testing/README.md +++ b/samples/end-to-end-testing/README.md @@ -57,7 +57,7 @@ func TestEndToEndDeploymentScenario(t *testing.T) { fixtureFolder := "../" - // User Terratest to deploy the infrastructure + // Use Terratest to deploy the infrastructure test_structure.RunTestStage(t, "setup", func() { terraformOptions := &terraform.Options{ // Indicate the directory that contains the Terraform configuration to deploy