From 8bc160d2ac97eb6e27fe9871de24b1ec25333e44 Mon Sep 17 00:00:00 2001 From: Aritra Roy Gosthipaty Date: Fri, 13 Nov 2020 20:57:15 +0530 Subject: [PATCH] typo A small type in the comments --- content/actions/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/quickstart.md b/content/actions/quickstart.md index 8b2bdc7cdb82..77e87524809f 100644 --- a/content/actions/quickstart.md +++ b/content/actions/quickstart.md @@ -103,7 +103,7 @@ Printing "Hello, World!" is a great way to explore the basic set up and syntax o # When the event is triggered, GitHub Actions will run the jobs indicated jobs: say_hello: - # Uses a ubuntu-lates runner to complete the requested steps + # Uses a ubuntu-latest runner to complete the requested steps runs-on: ubuntu-latest steps: - run: |