Skip to content

Commit 4c0758a

Browse files
Update articles/iot-operations/troubleshoot/known-issues.md
1 parent 3cea8f7 commit 4c0758a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Follow these steps to resolve the issue.
5555

5656
Make sure to replace `<component-release-name>` with the release name of the components that are stuck. In the output, look for the last revision that has a status of `Deployed` or `Superseded` and note the revision number.
5757

58-
1. Using the **revision number from step 2**, rollback the Helm release to the last successful revision. You need to run the following command for each component, `<component-release-name>`, and its revision number, `<revision-number>`, from steps 1 and 2.
58+
1. Using the **revision number from step 2**, roll back the Helm release to the last successful revision. You need to run the following command for each component, `<component-release-name>`, and its revision number, `<revision-number>`, from steps 1 and 2.
5959

6060
```sh
6161
helm rollback <component-release-name> <revision-number> -n azure-iot-operations

0 commit comments

Comments
 (0)