Skip to content

Commit 12f015b

Browse files
authored
Merge pull request #18932 from nschonni/typo-connectin
Typo: connectin
2 parents 7e0bba8 + 9a70710 commit 12f015b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/hdinsight/hdinsight-use-oozie.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Here is the script. You can run the script from Windows PowerShell ISE. You onl
194194
$sqlDatabaseLogin = "<Enter SQL Database Login Name>"
195195
$sqlDatabasePassword = "<Enter SQL Database Login Password>"
196196
197-
# HDInsight cluster HTTP user credential used for creating and connectin
197+
# HDInsight cluster HTTP user credential used for creating and connecting
198198
$httpUserName = "admin" # The default name is "admin"
199199
$httpPassword = "<Enter HDInsight Cluster HTTP User Password>"
200200

articles/iot-hub/tutorial-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To simulate **MyTestDevice** sending telemetry to your IoT hub, run the Node.js
7474

7575
In a terminal window on your development machine, navigate to the root folder of the sample Node.js project you downloaded. Then navigate to the **iot-hub\Tutorials\ConnectivityTests\simulated-device** folder.
7676

77-
In the terminal window, run the following commands to install the required libraries and run the simulated device application. Use the device connectin string you made a note of when you added the device in the portal.
77+
In the terminal window, run the following commands to install the required libraries and run the simulated device application. Use the device connection string you made a note of when you added the device in the portal.
7878

7979
```cmd/sh
8080
npm install

0 commit comments

Comments
 (0)