From da92c0e3e72d6a42106b5d829f5ff2d57fb16f77 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 11 Sep 2023 03:49:38 +0800 Subject: [PATCH] Correct a typo in serve_header/README.md (#4143) --- tools/serve_header/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/serve_header/README.md b/tools/serve_header/README.md index a95ef20e2..123fd4479 100644 --- a/tools/serve_header/README.md +++ b/tools/serve_header/README.md @@ -65,7 +65,7 @@ An annotated example configuration can be found in `tools/serve_header/serve_hea `serve_header.py` was designed with the goal of supporting multiple project roots or working trees at the same time. The recommended directory structure is shown below but `serve_header.py` can work with other structures as well, including a nested hierarchy. ``` -json/ ⮜ the parent or web server root directoy +json/ ⮜ the parent or web server root directory ├── develop/ ⮜ the main git checkout │ └── ... ├── feature1/