From a674e402a01f9773d5323bcba2973cd75b95338b Mon Sep 17 00:00:00 2001 From: kamillaova Date: Tue, 28 Jan 2025 05:30:49 +0300 Subject: [PATCH] Use more correct wording in the editor comment --- packages/repl/src/components/editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/repl/src/components/editor/Editor.tsx b/packages/repl/src/components/editor/Editor.tsx index 9bd65b9..ffd1cb2 100644 --- a/packages/repl/src/components/editor/Editor.tsx +++ b/packages/repl/src/components/editor/Editor.tsx @@ -14,7 +14,7 @@ export interface EditorProps { const DEFAULT_CODE = ` /** - * This playground comes pre-loaded with all @mtcute/* libraries, + * This playground comes pre-installed with all @mtcute/* libraries, * as well as a pre-configured Telegram client (available as \`tg\` global variable). * * Exports from this file will become available in the REPL.