diff --git a/responses/07_add-input-params.md b/responses/07_add-input-params.md index 2ce9c2e..e963631 100644 --- a/responses/07_add-input-params.md +++ b/responses/07_add-input-params.md @@ -101,7 +101,7 @@ func main() { fmt.Println("Hello " + firstGreeting) fmt.Println("Hello " + secondGreeting) - // Someimes inputs are not "required" and we can build around that + // Sometimes inputs are not "required" and we can build around that if thirdGreeting != "" { fmt.Println("Hello " + thirdGreeting) } diff --git a/responses/07_update-source-code.md b/responses/07_update-source-code.md index 3bf2fb2..6e42fc3 100644 --- a/responses/07_update-source-code.md +++ b/responses/07_update-source-code.md @@ -28,7 +28,7 @@ Great job 👍 next let's update our source code to consume the inputs that are fmt.Println("Hello " + firstGreeting) fmt.Println("Hello " + secondGreeting) - // Someimes inputs are not "required" and we can build around that + // Sometimes inputs are not "required" and we can build around that if thirdGreeting != "" { fmt.Println("Hello " + thirdGreeting) } diff --git a/responses/11_edit-workflow.md b/responses/11_edit-workflow.md index b638028..f62f870 100644 --- a/responses/11_edit-workflow.md +++ b/responses/11_edit-workflow.md @@ -1,4 +1,4 @@ -## Use the cat-fat action +## Use the cat-fact action At this point we can't expect much from our workflow, if you remember all of its contents are commented out. Let's go ahead and fix that now so that we can see our action fetch us a cat fact. @@ -37,4 +37,4 @@ Let's change the tigger and add the cat fact action --- -I'll respond when you push changes to this pull request. \ No newline at end of file +I'll respond when you push changes to this pull request. diff --git a/responses/14_create-metadata.md b/responses/14_create-metadata.md index 641c0c3..1dc8f0c 100644 --- a/responses/14_create-metadata.md +++ b/responses/14_create-metadata.md @@ -35,7 +35,7 @@ Our action will also need to accept an input so that we can let the user specify ```yml name: "issue maker" - description: "create and issue with a cat fact as the body" + description: "create an issue with a cat fact as the body" inputs: issueTitle: @@ -62,4 +62,4 @@ Our action will also need to accept an input so that we can let the user specify --- -I'll respond when you push changes to this pull request. \ No newline at end of file +I'll respond when you push changes to this pull request.