From f1779caffe2d603bf6db8dde186d80d4aa1a3149 Mon Sep 17 00:00:00 2001 From: Eric Kelly Date: Fri, 17 Jul 2020 05:57:06 -0700 Subject: [PATCH] Fix a typo in README (#33) Fixes a typo in the README. "compilication" -> "compilation" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ee363..0c77e69 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Use this template to bootstrap the creation of a JavaScript action.:rocket: -This template includes compilication support, tests, a validation workflow, publishing, and versioning guidance. +This template includes compilation support, tests, a validation workflow, publishing, and versioning guidance. If you are new, there's also a simpler introduction. See the [Hello World JavaScript Action](https://github.com/actions/hello-world-javascript-action)