From b0c6eae86e6604c9bb59b40935f1a70d1c1c7851 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 19 Jan 2022 09:11:03 +0530 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Carol Yang --- examples/lighting-app/esp32/README.md | 2 +- examples/ota-requestor-app/esp32/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lighting-app/esp32/README.md b/examples/lighting-app/esp32/README.md index 21c60e2e39ffe9..51ca945b63140d 100644 --- a/examples/lighting-app/esp32/README.md +++ b/examples/lighting-app/esp32/README.md @@ -159,6 +159,6 @@ type below query. ## Apply update -Once the transfer is complete OTA requestor sends ApplyUpdateRequest command to +Once the transfer is complete, OTA requestor sends ApplyUpdateRequest command to OTA provider for applying the image. Device will restart on successful application of OTA image. diff --git a/examples/ota-requestor-app/esp32/README.md b/examples/ota-requestor-app/esp32/README.md index 3b5ba687b56bc9..9c835aa11009f6 100644 --- a/examples/ota-requestor-app/esp32/README.md +++ b/examples/ota-requestor-app/esp32/README.md @@ -45,7 +45,7 @@ chip-tool. On receiving this command OTA requestor will query for OTA image. ## Apply update -Once the transfer is complete OTA requestor sends ApplyUpdateRequest command to +Once the transfer is complete, OTA requestor sends ApplyUpdateRequest command to OTA provider for applying the image. Device will restart on successful application of OTA image.