Skip to content

Commit 07b9828

Browse files
committed
Merge branch 'fix-typo-in-frontend-html-attributes' of https://github.com/naomisorbet/docs into naomisorbet-fix-typo-in-frontend-html-attributes
2 parents 69c6002 + 9bef83f commit 07b9828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/frontend/HTML_attributes.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ of. For example, if you ran a news website, you would only have one element
141141
on a page that would serve as a masthead, and you could give it an id
142142
like `id="handsome-header"`
143143

144-
An id attribute will look like `id="handsome-header` in the HTML, and `#handsome-header` in the CSS.
144+
An id attribute will look like `id="handsome-header"` in the HTML, and `#handsome-header` in the CSS.
145145

146146
Within these guidelines, when you use classes and IDs is a matter of style / taste.
147147
MARKDOWN

0 commit comments

Comments
 (0)