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

Commit 528ef20

Browse files
committed
remove pencil language on edit PR files
1 parent 16845f0 commit 528ef20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

responses/03_update-dependency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Now that you know the recommended version, it's time to edit the `package.json`
1111
### :keyboard: Activity: Update the `package.json` file
1212

1313
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.
14+
1. Click the ellipsis (`...`) in the right upper corner and click **Edit file** to edit the `package.json` file.
1515
1. Fix the vulnerability by updating to the latest version of the dependency that you took note of earlier.
1616
1. Scroll down, and commit your change.

responses/04b_add-gitignore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this pull request, I'm adding a `.gitignore` file. Files ending with `.env` c
1515
### :keyboard: Activity: Updating the .gitignore file
1616

1717
1. Within this pull request, go to **Files changed**.
18-
1. Click the pencil in the right upper corner to edit the `.gitignore` file.
18+
1. Click the ellipsis (`...`) in the right upper corner and click **Edit file** to edit the `.gitignore` file.
1919
1. Edit the file by adding `.env` to line 1.
2020
1. Scroll down, and commit your change.
2121

0 commit comments

Comments
 (0)