docs: fix very small typo

This commit is contained in:
Ammar Bandukwala 2023-02-28 16:51:53 -06:00
parent 8850ce0d9a
commit 5f6dd0ca2a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CODER_GITAUTH_1_AUTH_URL="https://github.example.com/oauth/authorize"
CODER_GITAUTH_1_TOKEN_URL="https://github.example.com/oauth/token"
```
To support regex matching for paths (e.g. github.com/orgname), youll need to add this to the [Coder agent startup script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#startup_script):
To support regex matching for paths (e.g. github.com/orgname), you'll need to add this to the [Coder agent startup script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#startup_script):
```console
git config --global credential.useHttpPath true