From 4b4252210b5021c7e647432b19122704fa952ae8 Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Thu, 6 Nov 2025 11:00:28 -0600 Subject: [PATCH] docs: Fix code fence and typo in advanced guide (#6295) - add `bash` to code fence - fix spelling of `JavaScript` --- docs/advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced.md b/docs/advanced.md index 8fa24955..1d69e4d5 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -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