Skip to content

Commit e0f6ee5

Browse files
committed
Fix typo: sharedFOlderRoot → sharedFolderRoot in EFLOW functions reference
1 parent 499adb0 commit e0f6ee5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: PowerShell functions for Azure IoT Edge for Linux on Windows
33
description: Reference information for Azure IoT Edge for Linux on Windows PowerShell functions to deploy, provision, and get status.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 02/20/2026
6+
ms.date: 03/20/2026
77
ms.topic: reference
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -103,7 +103,7 @@ The **Add-EflowVmSharedFolder** command allows sharing one or more Windows host
103103

104104
The JSON configuration file must have the following structure:
105105

106-
- **sharedFOlderRoot** : Path to the Windows root folder that contains all the folders to be shared with the EFLOW virtual machine.
106+
- **sharedFolderRoot** : Path to the Windows root folder that contains all the folders to be shared with the EFLOW virtual machine.
107107
- **hostFolderPath**: Relative path (to the parent root folder) of the folder to be shared with the EFLOW VM.
108108
- **readOnly**: Defines if the shared folder is writeable or read-only from the EFLOW virtual machine - Values: **false** or **true**.
109109
- **targetFolderOnGuest** : Folder path inside the EFLOW virtual machine where Windows host OS folder is mounted.

0 commit comments

Comments
 (0)