Skip to content
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
BrunoQuaresma committed Feb 9, 2024
commit 9ee211232536fde5ea3ba79ec9abbabe727b41a8
2 changes: 1 addition & 1 deletion examples/templates/scratch/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "coder_env" "my_env" {
}

# Adds code-server
# See all available modules at https://regsitry.coder.com
# See all available modules at https://registry.coder.com
module "code-server" {
source = "registry.coder.com/modules/code-server/coder"
version = "1.0.2"
Expand Down