chore: fix some typos

pull/36/head
Ben 2 years ago
parent 22184ef4d2
commit 93ade7468d

@ -9,9 +9,9 @@ tags: [community]
# MODULE_NAME # MODULE_NAME
<-- Describes what this module does --> <!-- Describes what this module does -->
<-- Add a screencast or screenshot here --> <!-- Add a screencast or screenshot here -->
```hcl ```hcl
module "MODULE_NAME" { module "MODULE_NAME" {
@ -62,3 +62,4 @@ module "MODULE_NAME" {
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
offline = true offline = true
} }
```

@ -27,10 +27,10 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c
```hcl ```hcl
module "vscode-web" { module "vscode-web" {
source = "https://registry.coder.com/modules/vscode-web" source = "https://registry.coder.com/modules/vscode-web"
agent_id = coder_agent.example.id agent_id = coder_agent.example.id
version = "1.82.0" version = "1.82.0"
folder = "/home/coder/my-projet" folder = "/home/coder/my-projet"
acept_license = true accept_license = true
} }
``` ```

Loading…
Cancel
Save