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: |