Skip to content

Commit b62ec9d

Browse files
rizlikdanielinux
authored andcommitted
fix grammar errors
1 parent 6e88701 commit b62ec9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ arm-none-eabi-objcopy -I binary -O ihex --change-addresses=0x0C07F000 test-app/i
16201620
```
16211621

16221622
then enable advanced setting in the MPLAB IPE GUI, and enable the "Allow Import Multiple Hex file" option in the Production view.
1623-
Once enabled the option, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
1623+
Once the option is enabled, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
16241624

16251625
### Behavior During Testing
16261626

@@ -1688,7 +1688,7 @@ arm-none-eabi-objcopy -I binary -O ihex --change-addresses=0x0C200000 test-app/i
16881688
```
16891689

16901690
then enable advanced setting in the MPLAB IPE GUI, and enable the "Allow Import Multiple Hex file" option in the Production view.
1691-
Once enabled the option, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
1691+
Once the option is enabled, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
16921692

16931693
### Behavior During Testing
16941694

0 commit comments

Comments
 (0)