Skip to content

Commit 8bc160d

Browse files
authored
typo
A small type in the comments
1 parent 09544a5 commit 8bc160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Printing "Hello, World!" is a great way to explore the basic set up and syntax o
103103
# When the event is triggered, GitHub Actions will run the jobs indicated
104104
jobs:
105105
say_hello:
106-
# Uses a ubuntu-lates runner to complete the requested steps
106+
# Uses a ubuntu-latest runner to complete the requested steps
107107
runs-on: ubuntu-latest
108108
steps:
109109
- run: |

0 commit comments

Comments
 (0)