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

Commit b344d7a

Browse files
authored
fix typo in 01-explain-syntax
`ours` is the possessive pronoun, `our's` is common misspelling of it
1 parent 291539a commit b344d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/01_explain-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Let's take a second to talk about each of the pieces that we see here:
2727
2828
- `name: CI`
2929
- This is the user-defined name for the workflow. This shows up on the Actions tab so we can see which workflows, and their statuses, run on this repository.
30-
- As you can see, our's is currently named `CI`
30+
- As you can see, ours is currently named `CI`
3131
- `on: [push]`
3232
- This defines the **event** that will tigger a workflow on this repository. Currently we are listening for any [push event](https://developer.github.com/v3/activity/events/types/#pushevent) that happens within this repository.
3333
- Also note that this is an array, which means we can trigger this workflow [on more than one event](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#about-workflow-events) if that is our intended behavior.

0 commit comments

Comments
 (0)