Skip to content

Commit 438fa08

Browse files
authored
fixed typos. (#656)
1 parent 077954f commit 438fa08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/refreshversions-bot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ modifying instead the Kotlin script powered by [github-actions.kts](https://krze
8989
with which the YAML above was generated.
9090

9191
- Create a file `.github/workflows/refreshVersions.main.kts`
92-
- Make it executable with `chmod +x .github/workflows/refreshVerions.main.kts`
92+
- Make it executable with `chmod +x .github/workflows/refreshVersions.main.kts`
9393
- Put it the content above
94-
- Run with ` .github/workflows/refreshVerions.main.kts`
94+
- Run with ` .github/workflows/refreshVersions.main.kts`
9595

9696
```kotlin
9797
#!/usr/bin/env kotlin
98-
// Usage: $ .github/workflows/refreshVerions.main.kts
98+
// Usage: $ .github/workflows/refreshVersions.main.kts
9999
100100
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
101101
// Find latest version at https://github.com/krzema12/github-actions-kotlin-dsl/releases
@@ -185,4 +185,4 @@ val workflowRefreshVersions: Workflow = workflow(
185185
println("Updating ${workflowRefreshVersions.targetFileName}")
186186
workflowRefreshVersions.writeToFile()
187187
188-
```
188+
```

0 commit comments

Comments
 (0)