diff --git a/docs/iot/includes/sftp-client.md b/docs/iot/includes/sftp-client.md index 9c5b960946a25..8e6117e295134 100644 --- a/docs/iot/includes/sftp-client.md +++ b/docs/iot/includes/sftp-client.md @@ -10,7 +10,7 @@ Where: - The `-r` option instructs `scp` to copy files recursively. - */publish-location/* is the folder you published to in the previous step. -- `pi@raspberypi` is the user and host names in the format `@`. +- `pi@raspberrypi` is the user and host names in the format `@`. - */home/pi/deployment-location/* is the new folder on the SBC. > [!TIP]