Skip to content

Commit a4d5149

Browse files
authored
Correct descriptions of failed examples
1 parent 24a9bcd commit a4d5149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_rules/html-page-lang-valid-bf051a.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,23 @@ This `html` element has a `lang` attribute with a [known primary language tag][]
9090

9191
#### Failed Example 1
9292

93-
This `html` element has a `lang` attribute with a [known primary language tag][].
93+
This `html` element has a `lang` attribute, but it is not a [known primary language tag][].
9494

9595
```html
9696
<html lang="em-US"></html>
9797
```
9898

9999
#### Failed Example 2
100100

101-
This `html` element has a `lang` attribute with a [known primary language tag][].
101+
This `html` element has a `lang` attribute, but it is not a [known primary language tag][].
102102

103103
```html
104104
<html lang="#1"></html>
105105
```
106106

107107
#### Failed Example 3
108108

109-
The `lang` attribute of this page is an [iso 639.2][] three letters code, which has no [known primary language tag][].
109+
The `lang` attribute of this page is an [iso 639.2][] three-letter code, which has no [known primary language tag][].
110110

111111
```html
112112
<html lang="eng">

0 commit comments

Comments
 (0)