Skip to content

Commit 33cf4a0

Browse files
authored
chore: fix typo in link docs (#2860)
The french language is called "français", in french.
1 parent abe28c5 commit 33cf4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/link/docs/failure-no-lang.nl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Niet:
99
```html
1010
<a href="/nl/">Nederlands</a>
1111
<a href="/en/">English</a>
12-
<a href="/fr/">François</a>
12+
<a href="/fr/">Français</a>
1313
```
1414

1515
Wel:
1616

1717
```html
1818
<a href="/nl/">Nederlands</a>
1919
<a href="/en/" lang="en">English</a>
20-
<a href="/fr/" lang="fr">François</a>
20+
<a href="/fr/" lang="fr">Français</a>
2121
```
2222

2323
Niet, zonder `lang` attribuut:

0 commit comments

Comments
 (0)