Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d406fd

Browse files
committed
docs: fix typos and formatting in quickstart.md
- Fix typo: 'avaialable' -> 'available' - Fix typo: 'applicaiton' -> 'application' - Fix typo: 'ciding' -> 'coding' - Fix typo: 'Clikc' -> 'Click' - Remove trailing space on line 222 - Add proper single trailing newline These fixes resolve the failing CI checks for typos and markdown formatting.
1 parent 5d943d7 commit 0d406fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tutorials/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ You now have:
219219

220220
### What's Next?
221221

222-
Now that you have your own workspace running, you can start exploring more advanced capabilities that Coder offers.
222+
Now that you have your own workspace running, you can start exploring more advanced capabilities that Coder offers.
223223

224224
- [Learn more about running Coder Tasks and our recommended Best Practices](https://coder.com/docs/ai-coder/best-practices)
225225

@@ -229,7 +229,7 @@ Now that you have your own workspace running, you can start exploring more advan
229229

230230
### Get Coder Tasks Running
231231

232-
Coder Tasks is an interface that allows you to run and manage coding agents like Claude Code. Tasks become avaialable when a template has the `coder_ai_task` resource and `coder_parameter` named `AI Prompt` defined in its source code. Subsequently, any existing template can become a Task template by adding in that resource and parameter.
232+
Coder Tasks is an interface that allows you to run and manage coding agents like Claude Code. Tasks become available when a template has the `coder_ai_task` resource and `coder_parameter` named `AI Prompt` defined in its source code. Subsequently, any existing template can become a Task template by adding in that resource and parameter.
233233

234234
Let's try turning the **Docker Containers** template into a Task template running Claude Code:
235235

@@ -278,7 +278,7 @@ resource "coder_ai_task" "claude-code" {
278278
1. **Build the Template**: Click "Build version". This will process your template updates. After it finishes building successfully:
279279
1. **Activate the Template**: Click "Promote Version" on the new version to make it the active template version.
280280
1. **Create a Task**: Click "Create Task".
281-
1. Once your workspace is running, navigate to the **Tasks** tab in the upper left hand corner. Type in a message or ciding request like "Help me write a HelloWorld applicaiton in Python". Clikc **Run Task** to start the task
281+
1. Once your workspace is running, navigate to the **Tasks** tab in the upper left hand corner. Type in a message or coding request like "Help me write a HelloWorld application in Python". Click **Run Task** to start the task
282282
1. The task will open VS Code with Claude Code running in the left sidebar. You are now successfully using Coder Tasks with Claude Code!
283283

284284
## Troubleshooting

0 commit comments

Comments
 (0)