Skip to content

Commit c0f22e8

Browse files
Corrected typo
prerequisite > pre-requisite
1 parent 818fe02 commit c0f22e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub-device-update/device-update-proxy-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With Proxy updates, you can (1) target over-the-air updates to multiple componen
1616
* Targeting specific update files to different apps/components on the device
1717
* Targeting specific update files to sensors connected to an IoT devices. These sensors could be connected to the IoT device over a network protocol (for example, USB, CANbus etc.).
1818

19-
## Pre-requisite
19+
## Prerequisite
2020
In order to update a component or components that connected to a target IoT Device, the device builder must register a custom **Component Enumerator Extension** that is built specifically for their IoT devices. The Component Enumerator Extension is required so that the Device Update Agent can map a **'child update'** with a specific component, or group of components, which the update is intended for. See [Contoso Component Enumerator](components-enumerator.md) for an example on how to implement and register a custom Component Enumerator extension.
2121

2222
> [!NOTE]

0 commit comments

Comments
 (0)