diff --git a/boards/arduino-mkrwan1300/doc.txt b/boards/arduino-mkrwan1300/doc.txt
index e9cc8b5047..682da41b55 100644
--- a/boards/arduino-mkrwan1300/doc.txt
+++ b/boards/arduino-mkrwan1300/doc.txt
@@ -16,10 +16,10 @@ powered by an Atmel SAMD21 microcontroller.
### Flash the board
-Use `BOARD=arduino-mkrgsm1400` with the `make` command.
+Use `BOARD=arduino-mkrwan1300` with the `make` command.
Example with `hello-world` application:
```
- make BOARD=arduino-mkrgsm1400 -C examples/hello-world flash
+ make BOARD=arduino-mkrwan1300 -C examples/hello-world flash
```
@note If the application crashes, automatic reflashing via USB, as explained
@@ -34,4 +34,4 @@ STDIO of RIOT is directly available over the USB port.
The `TERM_DELAY` environment variable can be used to add a delay (in second)
before opening the serial terminal. The default value is 2s which should be
enough in most of the situation.
- */
\ No newline at end of file
+ */