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

Commit f61e4e1

Browse files
authored
Merge pull request #16 from githubtraining/styles-style
Replace "styles.css" with "style.css"
2 parents 75c96cf + aa89c0c commit f61e4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

responses/11-style-fail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Uh oh, I didn't find the <link> tag inside the <head>! Here are some troubleshooting steps:
22

3-
1. Check your spelling. We're checking specifically for the following: `<link rel="stylesheet" href="styles.css">`.
3+
1. Check your spelling. We're checking specifically for the following: `<link rel="stylesheet" href="style.css">`.
44
2. This must be after the opening `<head>` tag, and before the closing `</head>` tag.
55

66
Let's try again!
@@ -9,6 +9,6 @@ Let's try again!
99

1010
1. Click on **Files Changed**.
1111
1. Click on the :pencil: to edit the file.
12-
1. Add the link tag inside the `<head>` section of the index: `<link rel="stylesheet" href="styles.css">`
12+
1. Add the link tag inside the `<head>` section of the index: `<link rel="stylesheet" href="style.css">`
1313
1. In the _Commit changes_ section, enter a commit message that describes what you've done.
1414
1. Click on **Commit changes**.

0 commit comments

Comments
 (0)