Skip to content

Commit c9df548

Browse files
yaegassymarlonfan
authored andcommitted
fix comment
1 parent 67f6c53 commit c9df548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
5757
file = require.resolve(config.path);
5858
if (file.endsWith("intelephense.js") === false) throw new Error();
5959

60-
/* ---- See :CocOpenlog ---- */
60+
/* ---- See :CocOpenLog ---- */
6161
extensionContext.logger.info(
6262
"intelephense module (phpls.path) is ready to be started"
6363
);
@@ -73,7 +73,7 @@ export async function activate(context: ExtensionContext): Promise<void> {
7373
file = require.resolve("intelephense");
7474
if (file.endsWith("intelephense.js") === false) throw new Error();
7575

76-
/* ---- See :CocOpenlog ---- */
76+
/* ---- See :CocOpenLog ---- */
7777
extensionContext.logger.info(
7878
"intelephense module (builtin) is ready to be started"
7979
);

0 commit comments

Comments
 (0)