Skip to content

Commit 1937b20

Browse files
authored
pencil edits
Line 206: successfuly > successfully Line 296: then > than Line 308: this > these
1 parent 7fb9085 commit 1937b20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-dps/tutorial-automation-github-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Workflows are YAML files that are located in the `.github/workflows/` directory
203203
az iot device simulate -n "$HUB_NAME" -d "$DEVICE_NAME"
204204
```
205205

206-
1. Define a job to `monitor` the IoT hub endpoint for events, and watch messages coming in from the simulated device. Notice that the **simulate** and **monitor** jobs both define the **register** job in their `needs` parameter. This configuration means that once the **register** job completes successfuly, both these jobs will run in parallel.
206+
1. Define a job to `monitor` the IoT hub endpoint for events, and watch messages coming in from the simulated device. Notice that the **simulate** and **monitor** jobs both define the **register** job in their `needs` parameter. This configuration means that once the **register** job completes successfully, both these jobs will run in parallel.
207207

208208
```yml
209209
monitor:
@@ -293,7 +293,7 @@ Workflows are YAML files that are located in the `.github/workflows/` directory
293293

294294
:::image type="content" source="./media/tutorial-automation-github-actions/run-workflow.png" alt-text="Screenshot of the action tab where you can select a workflow and run it.":::
295295

296-
1. Change the branch if you created your workflow in a branch other then main, then select **Run workflow**.
296+
1. Change the branch if you created your workflow in a branch other than main, then select **Run workflow**.
297297

298298
1. A new workflow run appears in progress. Select the name to view details of the run.
299299

@@ -305,7 +305,7 @@ Workflows are YAML files that are located in the `.github/workflows/` directory
305305

306306
## Clean up resources
307307

308-
If you're not going to continue to use this resources created in this tutorial, delete
308+
If you're not going to continue to use these resources created in this tutorial, delete
309309
them with the following steps.
310310

311311
Use the Azure CLI:

0 commit comments

Comments
 (0)