Skip to content

Commit 9c03b8c

Browse files
Merge pull request #2002 from jasonrandrews/spelling
Spelling updates
2 parents 23f1b88 + 926a163 commit 9c03b8c

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.wordlist.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4184,4 +4184,20 @@ subgenre
41844184
submodule
41854185
subword
41864186
techcrunch
4187-
transformative
4187+
transformative
4188+
Aude
4189+
Gian
4190+
Iodice
4191+
SmolLM
4192+
VME
4193+
Vuilliomenet
4194+
cpus
4195+
fLO
4196+
invalidations
4197+
libtensorflowlite
4198+
macos
4199+
multithreaded
4200+
Wix's
4201+
ngrok's
4202+
qs
4203+
qu

content/learning-paths/cross-platform/mcp-ai-agent/intro-to-mcp-uv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Model Context Protocol (MCP) is an open specification designed to connect La
1717

1818
- **Security by design:** MCP encourages running servers inside your own infrastructure, so sensitive data stays within your infrastructure unless explicitly shared.
1919

20-
- **Cross-ecosystem momentum:** recent roll-outs from an official C# SDK to Wixs production MCP server and Microsoft’s Azure support show the MCP spec is gathering real-world traction.
20+
- **Cross-ecosystem momentum:** recent roll-outs from an official C# SDK to Wix's production MCP server and Microsoft’s Azure support show the MCP spec is gathering real-world traction.
2121

2222
## What is uv?
2323

content/learning-paths/cross-platform/mcp-ai-agent/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
115115
116116
You will now use ngrok to expose your locally running MCP server to the public internet over HTTPS.
117117
118-
1. Add ngroks repo to the apt package manager and install:
118+
1. Add ngrok's repo to the apt package manager and install:
119119
```bash
120120
curl -sSL https://ngrok-agent.s3.amazonaws.com/ngrok.asc \
121121
| sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null \

content/learning-paths/mobile-graphics-and-gaming/run-stable-audio-open-small-with-lite-rt/3-converting-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ python3 ./scripts/export_conditioners.py --model_config "$WORKSPACE/model_config
8888
```
8989

9090

91-
After successful conversion, you now have a `conditioners_tflite` directory containing models with different precisions (e.g., float16, float32).
91+
After successful conversion, you now have a `conditioners_tflite` directory containing models with different precision (e.g., float16, float32).
9292

9393
You will be using the float32.tflite model for on-device inference.
9494

0 commit comments

Comments
 (0)