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

Commit d6899c6

Browse files
committed
use suggested change for title tag
1 parent ddb35c5 commit d6899c6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ steps:
7979
type: createReview
8080
body: 03e-add-html.md
8181
event: REQUEST_CHANGES
82-
- type: createReview
83-
event: COMMENT
82+
- type: createPullRequestComment
8483
body: 03-title-tag.md
84+
file: index.html
85+
position: 3
8586

8687
- title: Add a title tag
8788
description: Add a title tag

responses/03-title-tag.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ Finally, the `head` and `title` tags, will be children of the `html` tag, but si
3434

3535
### :keyboard: Activity: Give your page a title
3636

37+
Apply this suggested change, or follow the instructions below if you'd like to type out the code manually.
38+
39+
```suggestion
40+
<head>
41+
<title>My awesome web page</title>
42+
</head>
43+
44+
```
45+
3746
1. Click on **Files Changed**.
3847
1. Click on the :pencil: to edit the file.
3948
1. Place an opening `<head>` tag and an opening `<title>` tag after the first opening `html` tag, but before the `body` tag.

0 commit comments

Comments
 (0)