Skip to content

Commit

Permalink
Make examples match the features
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Aug 7, 2024
1 parent 7510d37 commit dacae40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/br.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: <br>
description: The `<br>` element produces line breaks in text.
description: The `<br>` element breaks lines in text.
spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-br-element
group: html-elements
compat_features:
Expand Down
2 changes: 1 addition & 1 deletion features/html.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: <html>
description: The `<html>` element represents the top-level of an HTML document and is referred to as the root element.
description: The `<html>` element represents the top level of an HTML document and is referred to as the root element.
spec: https://html.spec.whatwg.org/multipage/semantics.html#the-html-element
group: html-elements
compat_features:
Expand Down

0 comments on commit dacae40

Please sign in to comment.