diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39eb01975..7e14213c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: - name: Validate formatting run: bun fmt:ci - name: Check for typos - uses: crate-ci/typos@v1.36.3 + uses: crate-ci/typos@v1.37.2 with: config: .github/typos.toml validate-readme-files: diff --git a/registry/coder/modules/jetbrains-gateway/main.tf b/registry/coder/modules/jetbrains-gateway/main.tf index 64940b9ed..f837825ef 100644 --- a/registry/coder/modules/jetbrains-gateway/main.tf +++ b/registry/coder/modules/jetbrains-gateway/main.tf @@ -30,7 +30,7 @@ variable "agent_id" { variable "slug" { type = string - description = "The slug for the coder_app. Allows resuing the module with the same template." + description = "The slug for the coder_app. Allows reusing the module with the same template." default = "gateway" }