Skip to content

Commit e8ddac2

Browse files
committed
Fix typo
1 parent 08ee43c commit e8ddac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Nano33_System/examples/Nano33_updateBootloader/Nano33_updateBootloader.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void setup() {
4444
Serial.begin(115200);
4545
while (!Serial) {}
4646
Serial.println("Do you want to update only the SoftDevice? Y/[n]");
47-
Serial.println("Yes: upload only the binary of the DoftDevice");
47+
Serial.println("Yes: upload only the binary of the SoftDevice");
4848
Serial.println("No : upload the SoftDevice binary and update the bootloader to support SoftDevices");
4949

5050
bool confirmation = false;

0 commit comments

Comments
 (0)