Skip to content

Commit 32256de

Browse files
timdeschryverbrandonroberts
authored andcommitted
fix(docs-infra): html element must have a lang attribute
1 parent 8a4b2de commit 32256de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngrx.io/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>NgRx Docs</title>

0 commit comments

Comments
 (0)