From f87242413780be6564719d199d73d0f267dc0f61 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Wed, 1 Jan 2014 15:37:01 +0000 Subject: [PATCH] fixed typos in young persons guide --- docs/YoungPersonsGuideToProgrammingMinecraft.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/YoungPersonsGuideToProgrammingMinecraft.md b/docs/YoungPersonsGuideToProgrammingMinecraft.md index 35efac1..a396f77 100644 --- a/docs/YoungPersonsGuideToProgrammingMinecraft.md +++ b/docs/YoungPersonsGuideToProgrammingMinecraft.md @@ -393,7 +393,7 @@ Drone is easy... make the Drone turn twice so that it is facing in the opposite direction. -### Chaining - combining bulding and movement. +### Chaining - combining building and movement. You can make a Drone move around before and after building by *daisy-chaining* the building and movement functions together. In the @@ -405,7 +405,7 @@ A series of 2 boxes is created 3 blocks apart. ![Two Boxes 3 blocks apart][img_2boxes] -### Excercise - Build a simple dwelling +### Exercise - Build a simple dwelling OK. You know enough now about the `Drone` functions to be able to build a simple dwelling. The dwelling should be a hollow building with @@ -421,7 +421,7 @@ to you to figure out how. Your dwelling should end up looking something like this... -![Excercise Dwelling][img_ed] +![Exercise Dwelling][img_ed] ### Remembering where you started.