Skip to content

Commit 8884391

Browse files
committed
Typos
1 parent 2b51467 commit 8884391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-share-windows-folder-to-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These steps show example EFLOW PowerShell commands to share one or more Windows
6161

6262
1. Within the *Read-Access* shared folder, create a sample file that we'll later read inside the EFLOW virtual machine.
6363

64-
For example, use a text editor to create a file named *Hello-World.txt* in the *Read-Access* folder and save some text in the file.within the *Read-Access* folder and save some text in the file.
64+
For example, use a text editor to create a file named *Hello-World.txt* in the *Read-Access* folder and save some text in the file.
6565

6666
1. Use a text editor to create the shared folder configuration file. This file has information about the folders to share with the EFLOW VM, including the mount points and options. For more information about the JSON configuration file, see [PowerShell functions for IoT Edge for Linux on Windows](reference-iot-edge-for-linux-on-windows-functions.md).
6767

@@ -104,7 +104,7 @@ These steps show example EFLOW PowerShell commands to share one or more Windows
104104
1. Go to the *Read-Access* shared folder (mounted under */tmp/host-read-access*) and check the contents of the *Hello-World.txt* file.
105105

106106
>[!NOTE]
107-
>By default, all shared folders are owned by *root*. To access the folder, log in as root using `sudo su` or change the folder ownership to *iotedge-user* using the `chown` command.
107+
>By default, all shared folders are owned by *root*. To access the folder, sign in as root using `sudo su` or change the folder ownership to *iotedge-user* using the `chown` command.
108108

109109
```bash
110110
sudo su

0 commit comments

Comments
 (0)