Skip to content

Commit

Permalink
docs: add lang attributes to the files (angular#51200)
Browse files Browse the repository at this point in the history
PR Close angular#51200
  • Loading branch information
aanchal88 authored and alxhub committed Aug 1, 2023
1 parent 584a32d commit 6691c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/ng_elements/src/hello-world.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">

<head>
<meta charset="utf-8">
Expand Down
2 changes: 1 addition & 1 deletion packages/zone.js/example/benchmarks/addEventListener.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Zone.js addEventListenerBenchmark</title>
Expand Down
2 changes: 1 addition & 1 deletion packages/zone.js/example/counting.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Counting Pending Tasks</title>
Expand Down

0 comments on commit 6691c49

Please sign in to comment.