Skip to content

Commit 3000f09

Browse files
committed
Address PR feedback
1 parent 18244e9 commit 3000f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-operations/develop-edge-apps/overview-state-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The state store extends MQTT broker's authorization mechanism, allowing individu
3535

3636
## Interacting with the state store
3737

38-
A [state store CLI](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/statestore-cli) tool is available which enables interaction with the state store from a shell running on a off-cluster computer. The documentation will guide you through:
38+
A [state store CLI](https://github.com/Azure-Samples/explore-iot-operations/tree/main/tools/statestore-cli) tool is available which enables interaction with the state store from a shell running on an off-cluster computer. The documentation will guide you through:
3939

4040
1. Generating an X.509 certificate chain for authenticating with MQTT broker
4141
1. Creating a `BrokerAuthentication` using x.509 certificates

articles/iot-operations/develop-edge-apps/quickstart-get-started-sdks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GitHub Codespaces provides the most streamlined experience and can get the devel
8282
1. Set up port forwarding for ports `1883`, `8883`, and `8884` to enable TLS
8383
1. Create a local container registry
8484

85-
1. For the nexts step you need nonroot access to the cluster, run the following command:
85+
1. For the next step you need nonroot access to the cluster, run the following command:
8686

8787
```bash
8888
mkdir ~/.kube; sudo install -o $USER -g $USER -m 600 /root/.kube/config ~/.kube/config

0 commit comments

Comments
 (0)