Skip to content

Commit ea7bb91

Browse files
authored
Merge pull request #1316 from ariG23498/patch-1
Typo in the example code
2 parents 1d5f905 + a7d0f66 commit ea7bb91

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)