Correct a typo in serve_header/README.md (#4143)

pull/4149/head
Felix Yan 2023-09-11 03:49:38 +08:00 committed by GitHub
parent 836b7beca4
commit da92c0e3e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/