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

Commit 129c467

Browse files
committed
fix some typos
1 parent 5948e15 commit 129c467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

responses/04_merge-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@{{user.login}}, you're a rockstar ✨
44

5-
You'r workflow now has the necessary updates for us to have new issues automatically added to the triage board when they are created!
5+
Your workflow now has the necessary updates for us to have new issues automatically added to the triage board when they are created!
66

77
Like before, this workflow has a trigger that pertains to the repository as a whole, rather than just this branch, we will need to merge this pull request before we can start using it.
88

responses/06_steps-activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
We will make the following changes to the current workflow file:
44

5-
- Name each step so we can easily keep track of it in the [actions tab]({{actionTab}})
5+
- Name each step so we can easily keep track of it in the [actions tab]({{actionsTab}})
66
- Use expressions to determine `if` a step should execute
77

88
### :keyboard: Activity: Add newly opened issue to project board
99

10-
1. [Edit]({{quicklink}}) the current workflow `.github/workflows/my-workflow.yml` to have he following contents:
10+
1. [Edit]({{quicklink}}) the current workflow `.github/workflows/my-workflow.yml` to have the following contents:
1111

1212
```yaml
1313
name: Learning GitHub Script

0 commit comments

Comments
 (0)