From 5f6dd0ca2a3c53f886cd5eb2385767888736965b Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Tue, 28 Feb 2023 16:51:53 -0600 Subject: [PATCH] docs: fix very small typo --- docs/admin/git-providers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/git-providers.md b/docs/admin/git-providers.md index 13a9cc54d7..320baa5bf9 100644 --- a/docs/admin/git-providers.md +++ b/docs/admin/git-providers.md @@ -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