Skip to content

Commit 0a68121

Browse files
Fix title
1 parent 80b0b2c commit 0a68121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/old-browsers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>Old browser compatibility tests</title>
6+
<title>Older browser compatibility tests</title>
77
<link rel="stylesheet" href="https://htest.dev/htest.css" crossorigin />
88
<script type="module">
99
import adoptCSS from "../src/util/adopt-css.js";
@@ -32,7 +32,7 @@
3232

3333
let render = await import("https://htest.dev/src/render.js").then(m => m.default);
3434
render({
35-
name: "Old browser compatibility tests",
35+
name: "Older browser compatibility tests",
3636
tests,
3737
});
3838

0 commit comments

Comments
 (0)