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

Commit 1467c09

Browse files
Update responses/10_action-two.md
Co-Authored-By: Briana Swift <brianamarie@github.com>
1 parent 78e9903 commit 1467c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

responses/10_action-two.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Now that you have all the necessary tools installed locally, follow these steps
2424
`npm init -y`
2525
1. Install the **request**, **request-promise** and **@actions/core** dependencies using `npm`:
2626
`npm install --save request request-promise @actions/core`
27-
1. Commit those newly added files,we will remove the need to upload **node_modules** in a later step:
27+
1. Commit those newly added files. We will remove the need to upload **node_modules** in a later step:
2828
`git add .`
2929
`git commit -m 'add joke action dependencies'`
3030
1. Push you changes to your repository:

0 commit comments

Comments
 (0)