Skip to content

Commit 4fe74b4

Browse files
committed
Fixing title overflow
1 parent 5689ad9 commit 4fe74b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/static/presentations/practical-techniques/lesson-10-debugging.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"type": "comparison",
114114
"title": "Open-Loop vs Closed-Loop Debugging",
115115
"left": {
116-
"label": "Open-Loop (Research Only)",
116+
"label": "Open-Loop",
117117
"content": [
118118
"Agent researches code and online issues",
119119
"Reports: 'Bug is likely missing RS256 validation'",
@@ -122,7 +122,7 @@
122122
]
123123
},
124124
"right": {
125-
"label": "Closed-Loop (Test & Verify)",
125+
"label": "Closed-Loop",
126126
"content": [
127127
"Agent researches, applies fix, re-runs reproduction",
128128
"Reports: 'Fixed and verified—RS256 validation added'",

0 commit comments

Comments
 (0)