Skip to content

Commit 5e1f6c4

Browse files
Fix typo in Codex execution plans documentation (#2200)
1 parent 658e0b2 commit 5e1f6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/codex_exec_plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Codex and the `gpt-5-codex` model can be used to implement complex tasks that ta
44

55
These plans are thorough design documents, and "living documents". As a user of Codex, you can use these documents to verify the approach that Codex will take before it begins a long implementation process. The particular `PLANS.md` included below is very similar to one that has enabled Codex to work for more than seven hours from a single prompt.
66

7-
We enable Codex to use these documemnts by first updating `AGENTS.md` to describe when to use `PLANS.md`, and then of course, to add the `PLANS.md` file to our repository.
7+
We enable Codex to use these documents by first updating `AGENTS.md` to describe when to use `PLANS.md`, and then of course, to add the `PLANS.md` file to our repository.
88

99
## `AGENTS.md`
1010

0 commit comments

Comments
 (0)