Skip to content

Commit 056937a

Browse files
chore(deps): bump crate-ci/typos from 1.36.3 to 1.37.2 in the github-actions group (#451)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: M Atif Ali <[email protected]>
1 parent af8b4f0 commit 056937a

File tree

2 files changed

+2
-2
lines changed
  • .github/workflows
  • registry/coder/modules/jetbrains-gateway

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Validate formatting
4949
run: bun fmt:ci
5050
- name: Check for typos
51-
uses: crate-ci/typos@v1.36.3
51+
uses: crate-ci/typos@v1.37.2
5252
with:
5353
config: .github/typos.toml
5454
validate-readme-files:

registry/coder/modules/jetbrains-gateway/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "agent_id" {
3030

3131
variable "slug" {
3232
type = string
33-
description = "The slug for the coder_app. Allows resuing the module with the same template."
33+
description = "The slug for the coder_app. Allows reusing the module with the same template."
3434
default = "gateway"
3535
}
3636

0 commit comments

Comments
 (0)