Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 3006df6

Browse files
committed
Fix typo
1 parent 812d81c commit 3006df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/upgrade/uct-error-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
189189
| 6009 | `jQuery.isFunction()` is deprecated | In most cases, it can be replaced by [typeof x === "function"]. |
190190
| 6009 | `jQuery.type()` is deprecated | Replace with an appropriate type check like [typeof x === "function"]. |
191191
| 6009 | `jQuery.isArray()` is deprecated | Use the native Array.isArray method instead. |
192-
| 6009 | `jQuery.parseJSON()` is deprecated | Use the native Array.isArray method instead. |
192+
| 6009 | `jQuery.parseJSON()` is deprecated | To parse JSON strings, use the native JSON.parse method instead. |
193193
| 6010 | (`jQuery.expr[":"]`, `jQuery.expr.filters`) is deprecated | Use jQuery.expr.pseudos instead. |
194194

195195
## Warnings

0 commit comments

Comments
 (0)