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

Commit 6893606

Browse files
committed
standardize punctuation
1 parent e89594f commit 6893606

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

responses/02_find-vulnerabilities.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Use GitHub's security alerts to identify a vulnerable NPM dependency.
2828

2929
### :keyboard: Activity: Identify the suggested version update
3030

31-
1. Click the **Insights** tab in your repository
32-
2. On the left hand navigation bar, click **Dependency graph**
33-
3. Scroll down until you see a yellow bar highlighting the dependency named `debug`, and click on the right hand side of the yellow `debug` section
34-
4. Take note of the suggested version
35-
5. Comment in this issue with the suggested update version
31+
1. Click the **Insights** tab in your repository.
32+
2. On the left hand navigation bar, click **Dependency graph**.
33+
3. Scroll down until you see a yellow bar highlighting the dependency named `debug`, and click on the right hand side of the yellow `debug` section.
34+
4. Take note of the suggested version.
35+
5. Comment in this issue with the suggested update version.
3636

3737

3838
> _**GitHub Enterprise Server only:** This is all possible on GitHub Enterprise through GitHub Connect. It may take up to an hour to refresh the alerts and make them visible. After waiting a reasonable amount of time, if you are still not seeing the yellow bar in the Dependency Graph, you may want to contact your administrator. In the mean time, to move along with the course, we'll give you a hint - the recommended upgraded version is `2.6.9`._

responses/03_good-pr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Great job, @{{ user.username }}, your pull request looks good. Thank you for fix
55
_Note: You might notice that this repository has a `package.json` file, but no `package-lock.json` file. We are doing all parts of this activity on GitHub.com. If you work with other repositories, you might notice some differences. Regardless of what dependency files you use, the main concepts of this course still apply._
66

77
### :keyboard: Activity: Merge
8-
1. Merge this pull request
8+
1. Merge this pull request.

responses/03_update-dependency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now that you know the recommended version, it's time to edit the `package.json`
1010

1111
### :keyboard: Activity: Update the `package.json` file
1212

13-
1. Within this pull request, go to **Files changed**
14-
1. Click the pencil in the right upper corner to edit the `package.json` file
15-
1. Fix the vulnerability by updating to the latest version of the dependency that you took note of earlier
16-
1. Scroll down, and commit your change
13+
1. Within this pull request, go to **Files changed**.
14+
1. Click the pencil in the right upper corner to edit the `package.json` file.
15+
1. Fix the vulnerability by updating to the latest version of the dependency that you took note of earlier.
16+
1. Scroll down, and commit your change.

responses/04b_add-gitignore.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ In this pull request, I'm adding a `.gitignore` file. Files ending with `.env` c
1414

1515
### :keyboard: Activity: Updating the .gitignore file
1616

17-
1. Within this pull request, go to **Files changed**
18-
1. Click the pencil in the right upper corner to edit the `.gitignore` file
19-
1. Edit the file by adding `.env` to line 1
20-
1. Scroll down, and commit your change
17+
1. Within this pull request, go to **Files changed**.
18+
1. Click the pencil in the right upper corner to edit the `.gitignore` file.
19+
1. Edit the file by adding `.env` to line 1.
20+
1. Scroll down, and commit your change.
2121

2222
> _Note: Even after adding a file to the `.gitignore`, the previous commits that have edited that file still exist. If you accidentally committed sensitive data, first change any tokens or passwords. Then, contact GitHub Support for help correcting your history._
2323

responses/05_good-ignore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
This looks great @{{ user.username }}, thanks for adding a `.env` file to the `.gitignore`. Feel free to add any other file or potential sensitive data to the `.gitignore` file.
44

55
### :keyboard: Activity: Merge
6-
1. Merge this pull request
6+
1. Merge this pull request.

0 commit comments

Comments
 (0)