Skip to content

Commit

Permalink
fix: typo in log (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkirschbaum authored Jun 23, 2023
1 parent 1dbc516 commit 06f77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credo_language_server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ defmodule CredoLanguageServer do

working_dir = URI.parse(lsp.assigns.root_uri).path

GenLSP.log(lsp, "[Credo] Booting runime...")
GenLSP.log(lsp, "[Credo] Booting runtime...")

{:ok, runtime} =
DynamicSupervisor.start_child(
Expand Down

0 comments on commit 06f77d7

Please sign in to comment.