Skip to content

Commit 5f6dd0c

Browse files
committed
docs: fix very small typo
1 parent 8850ce0 commit 5f6dd0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/git-providers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ CODER_GITAUTH_1_AUTH_URL="https://github.example.com/oauth/authorize"
7474
CODER_GITAUTH_1_TOKEN_URL="https://github.example.com/oauth/token"
7575
```
7676

77-
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):
77+
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):
7878

7979
```console
8080
git config --global credential.useHttpPath true

0 commit comments

Comments
 (0)