Skip to content

Commit 5331b25

Browse files
committed
Fixed typo
1 parent adaaf56 commit 5331b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-rm-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
130130

131131
## Remove your IoT hub from the Azure portal
132132

133-
If you're only testing, you might want to clean up your resources and delete your new IoT hub, by sending a DELETE request. be sure to replace the values in `{}` with your own values. The `{resourcename}` value is the name of your IoT hub.
133+
If you're only testing, you might want to clean up your resources and delete your new IoT hub, by sending a DELETE request. be sure to replace the values in `{}` with your own values. The `{resourceName}` value is the name of your IoT hub.
134134

135135
```rest
136136
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}?api-version=2018-04-01

0 commit comments

Comments
 (0)