Skip to content

Commit b114b4d

Browse files
committed
changes after review
1 parent ac74d5f commit b114b4d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/iot-central/core/howto-manage-devices-with-rest-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,9 @@ These commands produce the following root and the device certificate
598598
599599
Make a note of the location of these files. You need it later.
600600
601-
### Generate the base-64 encoded version of the root certifcate
601+
### Generate the base-64 encoded version of the root certificate
602602
603-
In the folder on your local machine that contains the certifcates you generated, create a file called convert.js and add the following JavaScript content:
603+
In the folder on your local machine that contains the certificates you generated, create a file called convert.js and add the following JavaScript content:
604604
605605
```javascript
606606
const fs = require('fs')
@@ -685,7 +685,7 @@ The following example shows a request body that adds an X.509 certificate to an
685685
```
686686

687687
* certificate - The base-64 version of the certificate you made a note of previously.
688-
* verified - `true` if you attest that the certificate is valid, `false` if you need to prove the validitity of the certificate.
688+
* verified - `true` if you attest that the certificate is valid, `false` if you need to prove the validity of the certificate.
689689

690690
The response to this request looks like the following example:
691691

@@ -781,7 +781,7 @@ DELETE https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx
781781

782782
### [Symmetric key](#tab/symmetric-key)
783783

784-
### Add an symmetric key enrollment group
784+
### Add a symmetric key enrollment group
785785

786786
Use the following request to create a new enrollment group with `mysymmetric` as the ID:
787787

@@ -897,7 +897,7 @@ DELETE https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups/myx
897897

898898
### List enrollment groups
899899

900-
Use the following request to retrive a list of enrollment groups from your application:
900+
Use the following request to retrieve a list of enrollment groups from your application:
901901

902902
```http
903903
GET https://{your app subdomain}.azureiotcentral.com/api/enrollmentGroups?api-version=2022-07-31

0 commit comments

Comments
 (0)