Skip to content

Commit 5943a95

Browse files
Minor fixes to MakeCode page (#411)
1 parent e8a2b4a commit 5943a95

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

software/makecode.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@ This target depends on several other repositories:
2828

2929
## Compiler
3030

31-
MakeCode uses a built-in compiler to translate a project into a .hex file when you select **Download**.
31+
MakeCode uses a built-in compiler to translate a project into a .hex file when you select **Download**.
3232

3333
This has the advantage of not requiring an internet connection in order to code the micro:bit. Once the browser editor at [makecode.microbit.org](https://makecode.microbit.org) loads, it is cached on your computer.
3434

35-
The MakeCode editors contain a copy of the micro:bit runtime [the DAL/CODAL]({{ "/software/runtime/" | relative_url }}) which the blocks and javascript APIs reference.
35+
The MakeCode editors contain a copy of the micro:bit runtime [the DAL/CODAL]({{ "/software/runtime/" | relative_url }}) which the blocks and JavaScript APIs reference.
3636

3737
When you press **Download** the compiler converts the code into a machine readable [hex file format]({{ "/software/hex-format" | relative_url }}).
3838

3939
When this .hex file is flashed onto the MICROBIT drive, the KL26/7 interface processor on the micro:bit copies it into the flash memory inside the nRF application processor and the code runs.
4040

4141
## Other Features
4242

43-
MakeCode supports two-way conversion of code, so you can write code as blocks and see what the generated code looks like in Javascript/MakeCode Python. You can also write Javascript/MakeCode Python code, and if possible, MakeCode will convert this back into blocks automatically.
43+
MakeCode supports two-way conversion of code, so you can write code as blocks and see what the generated code looks like in JavaScript/MakeCode Python. You can also write JavaScript/MakeCode Python code, and if possible, MakeCode will convert this back into blocks automatically.
4444

4545
MakeCode also allows you to [write your own block types](https://makecode.com/extensions) and [publish them as Extensions](https://makecode.microbit.org/extensions).
4646

4747
## Offline
4848

49-
An [offline version of the MakeCode editor](https://makecode.microbit.org/offline) is available for use in situations where there is limited or no internet connectivity.
49+
An [offline version of the MakeCode editor](https://makecode.microbit.org/offline) is available for use in situations where there is limited or no internet connectivity.
5050

5151
## Documentation
5252

@@ -65,7 +65,6 @@ Users can [publish their own tutorials](https://makecode.com/writing-docs/user-t
6565

6666
There are a variety of ways to get involved and interact:
6767

68-
- Join the [micro:bit developer community on Slack]({{ "/community/" | relative_url }})
6968
- Raise a [MakeCode issue or feature request](https://github.com/Microsoft/pxt-microbit/issues)
7069
- Ask the MakeCode development team on [MakeCode forum for micro:bit](https://forum.makecode.com/c/microbit/11)
7170
- Help [Translate MakeCode](https://makecode.com/translate) into your own language.

0 commit comments

Comments
 (0)