Skip to content

Commit c20c8de

Browse files
committed
Fix typos in Codex review guide
1 parent 5c142e0 commit c20c8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/codex/build_code_review_with_codex_sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ With [Code Review](https://chatgpt.com/codex/settings/code-review) in Codex Clou
44

55
Luckily, we can replicate Codex's cloud hosted review process in our own CI/CD runners. In this guide, we'll build our own Code Review action using the Codex CLI headless mode with both GitHub Actions and Jenkins.
66

7-
To build our own Code review, we'll take the following steps and ahdere to them closely:
7+
To build our own Code review, we'll take the following steps and adhere to them closely:
88

99
1. Install the Codex CLI in our CI/CD runner
1010
2. Prompt Codex in headless (exec) mode with the Code Review prompt that ships with the CLI
1111
3. Specify a structured output JSON schema for Codex
1212
4. Parse the JSON result and use it to make API calls to our SCM to create review comments
1313

1414
Once implemented, Codex will be able to leave inline code review comments:
15-
`<img src="../../images/codex_code_review.png" alt="Codex Code Review in GitHub" width="500"/>`
15+
<img src="../../images/codex_code_review.png" alt="Codex Code Review in GitHub" width="500"/>
1616

1717
## The Code Review Prompt
1818

0 commit comments

Comments
 (0)