Skip to content

Commit

Permalink
chore(MonacoInstance): Fix typo in console log message for Monaco edi…
Browse files Browse the repository at this point in the history
…tor initialization.
  • Loading branch information
junhaoliao committed Jan 23, 2025
1 parent 5fd3a22 commit 7c2779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Editor/MonacoInstance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const MonacoInstance = ({
}, [lineNum]);

useEffect(() => {
console.log("Initiating Monaco instance");
console.log("Initializing Monaco instance...");
if (null === editorContainerRef.current) {
console.error("Unexpected unmounted editor container div element");

Expand Down

0 comments on commit 7c2779c

Please sign in to comment.