From 515a4ae9f94f3d75efb3c419e5968b4d037d5341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eoghan=20=C3=93=20Carrag=C3=A1in?= Date: Mon, 11 Dec 2017 12:45:04 +0000 Subject: [PATCH] fix minor typos in live syncing and beaker browser sections --- markdown/04-live.md | 2 +- markdown/100-beaker.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/04-live.md b/markdown/04-live.md index 416c3c7..12d3475 100644 --- a/markdown/04-live.md +++ b/markdown/04-live.md @@ -12,7 +12,7 @@ What happens if you make changes to the remote file while your local machine is Watch what happens in your **local terminal** window as you type. -Since this is a tiny text time, the updates will download extremely fast. Your **local terminal** window will look something like this: +Since this is a tiny text file, the updates will download extremely fast. Your **local terminal** window will look something like this: ``` 1 connection | Download 445 KB/s Upload 0 B/s diff --git a/markdown/100-beaker.md b/markdown/100-beaker.md index 29ca530..65418d0 100644 --- a/markdown/100-beaker.md +++ b/markdown/100-beaker.md @@ -12,7 +12,7 @@ If you haven't added an index.html, Beaker should show you something like this: ![Beaker-image](/img/beaker-screenshot-1.png) -If you've added an index.htl file, it will render the html and look more like this: +If you've added an index.html file, it will render the html and look more like this: ![Beaker-image](/img/Beaker-screenshot-2.png)