Skip to content

Commit 1ae0b9c

Browse files
committed
Update If-your-sketch-doesnt-upload.md
1 parent 76e119d commit 1ae0b9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/Software Support/Upload/If-your-sketch-doesnt-upload.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Follow the instructions below to ensure a proper setup. After each step, try upl
5353

5454
Many Arduino boards have native USB functionality. On these boards, USB communication is handled by the same microcontroller that runs the sketch. This means that the sketch running on the board may interfere with the upload process, for example by causing the board to reset.
5555

56-
You can stop the sketch from running the sketch by activing the board's **bootloader**.
56+
You can stop the sketch from running by activing the board's **bootloader**.
5757

5858
> [!NOTE]
5959
> AVR-based boards like UNO R3, Mega, and the classic Nano have dedicated USB-to-serial chips, which allow sketches to be uploaded regardless of the sketch currently running on the main microcontroller. These boards do not have a bootloader mode.
@@ -95,7 +95,7 @@ If your board is detected by Arduino IDE but uploads fail, corrupted files might
9595
> [!NOTE]
9696
> _Exit status 1_ only indicates that the upload process has failed. Look for the preceding lines in the error output for more specific information about the failure.
9797
98-
Common errors often involve **dfu-util** and **avrdude** utilities. Learn how to solve:
98+
Common upload errors often involve **dfu-util** and **avrdude** utilities. Learn how to solve:
9999

100100
* [dfu-util errors during upload](https://support.arduino.cc/hc/en-us/articles/11011849739804-dfu-util-errors-when-uploading-exit-status-74#exit-status-74){.link-chevron-right}
101101
* ['Error: avrdude' during upload](https://support.arduino.cc/hc/en-us/articles/4401874331410--Error-avrdude-when-uploading#avrdude-stk500_recv-and-stk500_getsync){.link-chevron-right}

0 commit comments

Comments
 (0)