Skip to content

Commit 31226d1

Browse files
committed
add: article about Setting Up SSH Authentication for GitHub
1 parent cbec923 commit 31226d1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: "This is an article"
3-
intro: "I've got broken frontmatter"
2+
title: This is an article
3+
intro: 'I've got broken frontmatter'
44
versions:
5-
free-pro-team: "*"
6-
type: "article"
5+
free-pro-team: '*'
76
---

src/frame/tests/site-tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function validate(currentPage) {
6969

7070
expect(isValid, errors).toBe(true)
7171

72-
// Run recursively until we run out of child pages to validate
72+
// Run recursively until we run out of child pages
7373
validate(childPage)
7474
})
7575
}

0 commit comments

Comments
 (0)