docs: Fix code fence and typo in advanced guide (#6295)

- add `bash` to code fence
- fix spelling of `JavaScript`
This commit is contained in:
vladislav doster
2025-11-06 11:00:28 -06:00
committed by GitHub
parent 6582554926
commit 4b4252210b

View File

@@ -12,7 +12,7 @@ Because Codex is written in Rust, it honors the `RUST_LOG` environment variable
The TUI defaults to `RUST_LOG=codex_core=info,codex_tui=info,codex_rmcp_client=info` and log messages are written to `~/.codex/log/codex-tui.log`, so you can leave the following running in a separate terminal to monitor log messages as they are written:
```
```bash
tail -F ~/.codex/log/codex-tui.log
```
@@ -67,7 +67,7 @@ Use the MCP inspector and `codex mcp-server` to build a simple tic-tac-toe game
**approval-policy:** never
**prompt:** Implement a simple tic-tac-toe game with HTML, Javascript, and CSS. Write the game in a single file called index.html.
**prompt:** Implement a simple tic-tac-toe game with HTML, JavaScript, and CSS. Write the game in a single file called index.html.
**sandbox:** workspace-write