From 39ec50c86a4d7a2dff214103c2d2ce7c6a7c3b41 Mon Sep 17 00:00:00 2001 From: sgsatpute <148674038+sgsatpute@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:31:08 +0530 Subject: [PATCH] Fix: improved grammar in documentation update sentence Changed awkward sentence in docs/README.md to improve clarity. --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 4356ce53..5f81cad8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ This folder contains source files of **ESP-IDF documentation** available in [Eng The sources do not render well in GitHub and some information is not visible at all. -Use actual documentation generated within about 20 minutes on each commit: +You can view the generated documentation, which is updated approximately 20 minutes after each commit: # Hosted Documentation @@ -34,4 +34,4 @@ To preview the compiled html files locally: python3 -m http.server 8000 --directory _build/zh_CN/generic/html ``` -* Enter the URL: http://localhost:8000/ for online preview \ No newline at end of file +* Enter the URL: http://localhost:8000/ for online preview