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

Commit 3cbf297

Browse files
authored
fixed typo
fixed typo
1 parent ce59d63 commit 3cbf297

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
@@ -19,7 +19,7 @@ Critical errors are raised when the custom code is referencing entities that are
1919
{:.error-table}
2020
| Error code | Error description | Suggested action |
2121
| - | - | - |
22-
| 1110 | Instantiating non-existent Adobe Commerce class/interface | Update code to use a class marked as `@api`. Instantiating non-existent Adobe Commerce class/interface |
22+
| 1110 | Instantiating non-existent Adobe Commerce class/interface | Update code to use a class marked as `@api`. Instantiating non-existent Adobe Commerce class/interface. |
2323
| 1111 | Extending from non-existent Adobe Commerce class | The extended class is no longer present in the codebase. Inheritance is not recommended way of extending Adobe Commerce functionality. Update code to use a class marked as `@api`. |
2424
| 1112 | Importing non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |
2525
| 1113 | Loading non-existent Adobe Commerce class | Update code to use a class marked as `@api`. |

0 commit comments

Comments
 (0)