Skip to content

Commit b73ec86

Browse files
committed
Fix typo
Iot Hub -> IoT Hub
1 parent 96a90c5 commit b73ec86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/iot-central-connect-device-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ int main(void)
109109
// for extended periods of time when using DPS.
110110
else if ((deviceClient = CreateAndConfigureDeviceClientHandleForPnP()) == NULL)
111111
{
112-
LogError("Failure creating Iot Hub device client");
112+
LogError("Failure creating IoT Hub device client");
113113
PnP_ThermostatComponent_Destroy(g_thermostatHandle1);
114114
PnP_ThermostatComponent_Destroy(g_thermostatHandle2);
115115
}

0 commit comments

Comments
 (0)