From e2adf403d6d14a9ca7474976ccaca20f72ff8209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Wegener?= Date: Mon, 19 Aug 2019 01:38:45 +0200 Subject: [PATCH] Typofix in markdown (#63) --- docs/action-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/action-types.md b/docs/action-types.md index 697c187a..f0926d15 100644 --- a/docs/action-types.md +++ b/docs/action-types.md @@ -19,7 +19,7 @@ Docker actions are currently limited to Linux only. JavaScript actions decouple the unit of work from the environment and run directly on the host machine or VM. -Consider a simple example of testing a node lib on node 8, 10 and running a custom action. Each job will setup a node version on the host and custom-action will run its unit of work on each environment (node8+ubunut16, node8+windows-2019, etc.) +Consider a simple example of testing a node lib on node 8, 10 and running a custom action. Each job will setup a node version on the host and custom-action will run its unit of work on each environment (node8+ubuntu16, node8+windows-2019, etc.) ```yaml on: push