Skip to content

Commit

Permalink
fix(curriculum): change "a href" to "an href" in workshop-cafe-menu (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
karankoder authored Oct 23, 2024
1 parent cb1a735 commit 0a42736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dashedName: step-16

# --description--

Now you need to link the `styles.css` file, so the styles will be applied again. Inside the `head` element, add a `link` element. Give it a `rel` attribute with the value of `"stylesheet"` and a `href` attribute with the value of `"styles.css"`.
Now you need to link the `styles.css` file, so the styles will be applied again. Inside the `head` element, add a `link` element. Give it a `rel` attribute with the value of `"stylesheet"` and an `href` attribute with the value of `"styles.css"`.

# --hints--

Expand Down

0 comments on commit 0a42736

Please sign in to comment.