Fix en documentation typos (#21799)

* fix wrong url

* typos in english documentation
This commit is contained in:
Thomas Paviot
2023-02-27 08:36:36 +01:00
committed by GitHub
parent a36983653e
commit ba2a5f13f7
17 changed files with 19 additions and 19 deletions

View File

@@ -363,7 +363,7 @@ for more information.
### Develop on Windows
On Windows (unless you're working in [Windows Subsytem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) or WSL), you need to configure git to transform Windows `CRLF` line endings to Linux `LF` line endings:
On Windows (unless you're working in [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/) or WSL), you need to configure git to transform Windows `CRLF` line endings to Linux `LF` line endings:
```bash
git config core.autocrlf input