From 93ade7468d4015a601d3069d306a7d7a06b6eb9a Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 24 Sep 2023 12:05:58 +0000 Subject: [PATCH] chore: fix some typos --- .sample/README.md | 5 +++-- vscode-web/README.md | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.sample/README.md b/.sample/README.md index 8581979..0621da3 100644 --- a/.sample/README.md +++ b/.sample/README.md @@ -9,9 +9,9 @@ tags: [community] # MODULE_NAME -<-- Describes what this module does --> + -<-- Add a screencast or screenshot here --> + ```hcl module "MODULE_NAME" { @@ -62,3 +62,4 @@ module "MODULE_NAME" { agent_id = coder_agent.example.id offline = true } +``` diff --git a/vscode-web/README.md b/vscode-web/README.md index c53e1d5..5ebd8f2 100644 --- a/vscode-web/README.md +++ b/vscode-web/README.md @@ -27,10 +27,10 @@ Automatically install [VS Code](https://code.visualstudio.com) in a workspace, c ```hcl module "vscode-web" { - source = "https://registry.coder.com/modules/vscode-web" - agent_id = coder_agent.example.id - version = "1.82.0" - folder = "/home/coder/my-projet" - acept_license = true + source = "https://registry.coder.com/modules/vscode-web" + agent_id = coder_agent.example.id + version = "1.82.0" + folder = "/home/coder/my-projet" + accept_license = true } ```