Skip to content

Commit 1d040a0

Browse files
Fix typos in skills blog (#3227)
1 parent e1d362c commit 1d040a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hf-skills-training.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export HF_TOKEN=hf_your_write_access_token_here
108108
> [!NOTE]
109109
> Configure Hugging Face MCP Server to use your write token by sending it in either the `HF_TOKEN` or `Authorization: Bearer` HTTP Headers.
110110
>
111-
> For Claude Code : `claude mcp add --transport http hf-skills https://huggingface.co/mcp?bouquet=skills --header "Authorization: Bearer $HF_TOKEN"`
111+
> For Claude Code: `claude mcp add --transport http hf-skills https://huggingface.co/mcp?bouquet=skills --header "Authorization: Bearer $HF_TOKEN"`
112112
113113

114114
## Your First Training Run
@@ -258,7 +258,7 @@ When testing a workflow, start small:
258258
Do a quick test run to SFT Qwen-0.6B with 100 examples of my-org/support-conversations.
259259
```
260260

261-
Th coding agent configures minimal training—enough to verify your pipeline works without real cost.
261+
The coding agent configures minimal training—enough to verify your pipeline works without real cost.
262262

263263
For production, be explicit:
264264

0 commit comments

Comments
 (0)