Skip to content

Commit 4352fbc

Browse files
author
Sarah Brown
committed
fix typos and add clarifying text to boilerplate
1 parent 0e0f2bf commit 4352fbc

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

bin/boilerplate/_episodes/01-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exercises: 0
55
questions:
66
- "Key question"
77
objectives:
8-
- "First objective."
8+
- "First learning objective."
99
keypoints:
10-
- "First key point."
11-
---
10+
- "First key point. Brief Answer to questions."
11+
---

bin/boilerplate/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
---
22
layout: lesson
3-
root: . # Is the only page that don't follow the partner /:path/index.html
4-
permalink: index.html # Is the only page that don't follow the partner /:path/index.html
3+
root: . # Is the only page that doesn't follow the pattern /:path/index.html
4+
permalink: index.html # Is the only page that doesn't follow the pattern /:path/index.html
55
---
66
FIXME: home page introduction
77

8+
<!-- this is an html comment -->
9+
10+
{% comment %} This is a comment in Liquid {% endcomment %}
11+
812
> ## Prerequisites
913
>
1014
> FIXME

0 commit comments

Comments
 (0)