Skip to content

Commit a599a89

Browse files
committed
typos
1 parent 489dd43 commit a599a89

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

site/all.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: All features with missing documenation
2+
title: All features with missing documentation
33
layout: layout.njk
44
---
55

site/baseline.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Widely available features with missing reference documenation
2+
title: Widely available features with missing reference documentation
33
layout: layout.njk
44
---
55

site/fresh.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Freshly implemented features with missing reference documenation
2+
title: Freshly implemented features with missing reference documentation
33
layout: layout.njk
44
---
55
<h1>{{ title }}</h1>
66

7-
<p>Fresh = Chrome 120+, Firefox 120+, Safari 17+</p>
7+
<p>Fresh means implemented recently in either Chrome 120+ or Firefox 120+ or Safari 17+.</p>
88

99
<p>{{freshFeatures.length }} features found.</p>
1010

site/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Web platform documenation backlog
2+
title: Web platform documentation backlog
33
layout: layout.njk
44
---
55

site/limited.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Limited availability features with missing reference documenation
2+
title: Limited availability features with missing reference documentation
33
layout: layout.njk
44
---
55
<h1>{{ title }}</h1>

site/recent.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Newly available features with missing reference documenation
2+
title: Newly available features with missing reference documentation
33
layout: layout.njk
44
---
55
<h1>{{ title }}</h1>

0 commit comments

Comments
 (0)