Skip to content

Commit c0f2712

Browse files
missed a commit
1 parent 595176e commit c0f2712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/ErrorMsg.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function parseError(loadingArray: [], status: Record<string, unknown>): string {
2727
}
2828

2929
function ErrorMsg({ loadingArray, status, launchContent }): JSX.Element {
30-
// we use the evaluated result (string) of parseError and match it to the case so that an appropriate error message will be displayed to the user
30+
// we use the evaluated result (string) of 'parseError' and match it to the case so that an appropriate error message will be displayed to the user
3131
switch (parseError(loadingArray, status)) {
3232
case 'Content Script Error':
3333
return (

0 commit comments

Comments
 (0)