Converting the term "Compile" to "Download" in the docs microsoft/pxt#236

This commit is contained in:
Sam El-Husseini
2016-08-18 13:17:05 -07:00
parent 7c7014a25f
commit 67da22c135
10 changed files with 16 additions and 16 deletions

View File

@ -37,7 +37,7 @@ You can find the letter `B` by clicking the letter `A` on the
#### ~
Click **Compile** to move your program to the BBC micro:bit!
Click **Download** to move your program to the BBC micro:bit!
#### Your turn!
@ -65,7 +65,7 @@ input.onPinPressed(TouchPin.P0, () => {
. . # . .`);
});
```
Click **Compile** to move your program to the BBC micro:bit!
Click **Download** to move your program to the BBC micro:bit!
## ~hint