Correct spelling issue in documentation (#509)

* Correct spelling issue
This commit is contained in:
Grant
2021-07-25 10:58:55 -05:00
committed by GitHub
parent 1ae22f45f9
commit 6222b7c223
7 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# Build a stub for PineTime using NRF52-DK
[NRF52-DK](https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK) is the official developpment kit for NRF52832 SoC from Nordic Semiconductor.
It can be very useful for PineTime developpment:
It can be very useful for PineTime development:
* You can use it embedded JLink SWD programmer/debugger to program and debug you code on the PineTime
* As it's based on the same SoC than the PineTime, you can program it to actually run the same code than the PineTime.
@@ -47,4 +47,4 @@ You also need to enable the I/O expander to disconnect pins from buttons and led
| --------- | --------- |
| DETECT | GND |
Now, you should be able to program the SoC on the NRF52-DK board, and use it as if it was running on the pintime.
Now, you should be able to program the SoC on the NRF52-DK board, and use it as if it was running on the PineTime.