Skip to content

Commit 16b1ae0

Browse files
committed
fix homepage + typo
1 parent 4ed56a5 commit 16b1ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const App = ({children, location}) => (
1818
</div>
1919
<CourseIndex location={location} />
2020
<div className="app__footer">
21-
Written, designed, and built by <a href="http://noahburney.com" target="_blank">Noah Burney</a>.
21+
Written, designed, and built by <a href="http://noahburney.net" target="_blank">Noah Burney</a>.
2222
See <a href="/credits">audio and photo credits</a>.
2323
</div>
2424
</div>

app/data/course.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Take a look at the arrangement of the letters within each block.
4949
---
5050
In **kim**, the ㄱ and ㅣ are stacked on top of the ㅁ, but in **chi** the ㅊ and ㅣ are sitting side-by-side.
5151
---
52-
Any time the the vowel is tall and skinny like **ㅣ** we arrange the letters like this.
52+
Any time the vowel is tall and skinny like **ㅣ** we arrange the letters like this.
5353
`,
5454
start: `
5555
Let’s try some reading!

0 commit comments

Comments
 (0)