Skip to content

Commit 57f3517

Browse files
committed
fix: typo
1 parent e3d5e57 commit 57f3517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/LivePreviewEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ define(function (require, exports, module) {
3636
const KernalModeTrust = window.KernalModeTrust;
3737
if(!KernalModeTrust){
3838
// integrated extensions will have access to kernal mode, but not external extensions
39-
throw new Error("profile menu should have access to KernalModeTrust. Cannot boot without trust ring");
39+
throw new Error("LivePreviewEdit.js should have access to KernalModeTrust. Cannot boot without trust ring");
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)