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

Commit 5914e3f

Browse files
committed
Fix: typo
1 parent d2cc7e3 commit 5914e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ async function renderRunestoneComponent(componentSrc, whereDiv, moreOpts) {
19671967
}
19681968

19691969
if (typeof component_factory === "undefined") {
1970-
alert("Error: Missing the component factory! Clear you browser cache.");
1970+
alert("Error: Missing the component factory! Clear your browser cache.");
19711971
} else {
19721972
if (!component_factory[componentKind] && !jQuery(`#${whereDiv}`).html()) {
19731973
jQuery(`#${whereDiv}`).html(

0 commit comments

Comments
 (0)