Skip to content

Commit 7d471c8

Browse files
author
Ikko Eltociear Ashimine
authored
Update README.md (dotnet#2456)
seperate -> separate
1 parent 83c3607 commit 7d471c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docfx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The build will produce a series of HTML files in the `_site` directory. Many of
1212

1313
## Publishing the docs
1414

15-
The docs are automatically built and published by a [GitHub Action](https://github.com/microsoft/reverse-proxy/blob/main/.github/workflows/docfx_build.yml) on every push to `release/latest`. The built `_site` directory is pushed to the `gh-pages` branch and served by [https://microsoft.github.io/reverse-proxy/](https://microsoft.github.io/reverse-proxy/). Maintaining a seperate branch for the released docs allows us to choose when to publish them and with what content, and without modifying the build scripts each release.
15+
The docs are automatically built and published by a [GitHub Action](https://github.com/microsoft/reverse-proxy/blob/main/.github/workflows/docfx_build.yml) on every push to `release/latest`. The built `_site` directory is pushed to the `gh-pages` branch and served by [https://microsoft.github.io/reverse-proxy/](https://microsoft.github.io/reverse-proxy/). Maintaining a separate branch for the released docs allows us to choose when to publish them and with what content, and without modifying the build scripts each release.
1616

1717
Doc edits for the current public release should go into that release's branch (e.g. `release/1.0.0-preview3`) and merged forward into `main` and `release/latest`.
1818

0 commit comments

Comments
 (0)