From 1f990dcd9f8826a6f5fe265d3566b01137563959 Mon Sep 17 00:00:00 2001 From: Ivan Pedersen Date: Tue, 12 Mar 2019 11:18:15 +0100 Subject: [PATCH] README: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cc7a531..3a3cc919b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For local development of Terraform core, first make sure Go is properly installe Next, using [Git](https://git-scm.com/), clone this repository into `$GOPATH/src/github.com/hashicorp/terraform`. You'll need to run `make tools` to install some required tools, then `make`. This will compile the code and then run the tests. If this exits with exit status 0, then everything is working! -You only need torun `make tools` once (or when the tools change). +You only need to run `make tools` once (or when the tools change). ```sh $ cd "$GOPATH/src/github.com/hashicorp/terraform"