Skip to content

Commit 7dcc6f5

Browse files
authored
fix: typo for intro text to JS Debugging review (freeCodeCamp#58576)
1 parent 93595b9 commit 7dcc6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/i18n/locales/english/intro.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,7 +3043,7 @@
30433043
"title": "Debugging JavaScript Review",
30443044
"intro": [
30453045
"Before you're quizzed on common debugging techniques, you should review what you've learned.",
3046-
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally/code> and more."
3046+
"Open up this page to review concepts including how to work with the <code>throw statement</code>, <code>try...catch...finally</code> and more."
30473047
]
30483048
},
30493049
"quiz-debugging-javascript": {

0 commit comments

Comments
 (0)