Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 398efe3

Browse files
committed
fix typo
1 parent 28f2a41 commit 398efe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

responses/00_welcome-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Your repository can contain multiple **workflow** files that carry out a wide va
2020

2121
📖 Read more about [workflows](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow#choosing-the-type-of-actions-for-your-workflow)
2222

23-
### :keyboard: Activity: Respond to an issue when it get's opened
23+
### :keyboard: Activity: Respond to an issue when it gets opened
2424

2525
1. Create a new workflow file titled `.github/workflows/my-workflow.yml` with the following contents:
2626
You can use [this quicklink]({{quicklink}}) to easily create this file

responses/02_workflow-triggered.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
types: [opened]
1111
```
1212
13-
This means that every time an issue get's opened in this repository the GitHub Script you wrote will execute.
13+
This means that every time an issue gets opened in this repository the GitHub Script you wrote will execute.
1414
1515
You should expect to see the result right here in this issue!
1616

0 commit comments

Comments
 (0)