From 43d57c0eea3c3cce0c78c6523bac3e1bd0c7735d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Gajdulewicz?= Date: Fri, 6 Jan 2017 19:24:22 +0100 Subject: [PATCH] Fix typo in README.md Squeleton -> skeleton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 832605ab7..63308a759 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This extension adds rich language support for the Go language to VS Code, includ - Build-on-save (using `go build` and `go test`) - Lint-on-save (using `golint` or `gometalinter`) - Format (using `goreturns` or `goimports` or `gofmt`) -- Generate unit tests squeleton (using `gotests`) +- Generate unit tests skeleton (using `gotests`) - Add Imports (using `gopkgs`) - [_partially implemented_] Debugging (using `delve`)