Skip to content

Commit fba34b3

Browse files
srcriplpil
authored andcommitted
Update html snippet lang from es to en
Most of the other lang examples use en (english) but this one uses es (spanish). Probably a mistake?
1 parent d30f651 commit fba34b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/html.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ snippet html5
449449
</html>
450450
snippet html5l
451451
<!DOCTYPE html>
452-
<html lang="${1:es}">
452+
<html lang="${1:en}">
453453
<head>
454454
<meta charset="utf-8">
455455
<meta name="viewport" content="width=device-width">

0 commit comments

Comments
 (0)