Skip to content

Commit 2358b75

Browse files
authored
Use the right word (phpactor#2279)
1 parent 72dd184 commit 2358b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Extension/LanguageServerConfiguration/Listener/AutoConfigListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private function autoConfigure(): void
5252
}
5353

5454
if ($changes) {
55-
$this->clientApi->window()->showMessage()->info(sprintf('%d changes applied to .phpactor.json, restart the language server for them to take affect', $changes));
55+
$this->clientApi->window()->showMessage()->info(sprintf('%d changes applied to .phpactor.json, restart the language server for them to take effect', $changes));
5656
}
5757
});
5858
}

0 commit comments

Comments
 (0)