Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored and kasiaMarek committed Aug 21, 2024
1 parent b7b3ef5 commit de38d6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object ConnectionBspStatus {
s"$serverName ${icons.error}",
"error",
show = true,
tooltip = s"Build sever ($serverName) is not responding.",
tooltip = s"Build server ($serverName) is not responding.",
command = ClientCommands.ConnectBuildServer.id,
commandTooltip = "Reconnect.",
).withStatusType(StatusType.bsp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ object FileOutOfScalaCliBspScope {
val ignore = new MessageActionItem("No")
def askToRegenerateConfigAndRestartBspMsg(file: String): String =
s"""|$file is outside of scala-cli build server scope.
|Would you like to fix this by regenerating bsp configuration and restarting the build sever?""".stripMargin
|Would you like to fix this by regenerating bsp configuration and restarting the build server?""".stripMargin
def askToRegenerateConfigAndRestartBsp(
file: Path
): ShowMessageRequestParams = {
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2020-05-04-lithium.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Tomasz Pasternak
- Add support for Scala 2.13.2
[\#1659](https://github.com/scalameta/metals/pull/1659)
([tgodzik](https://github.com/tgodzik))
- Properly set the arguments field in sever commands documentation
- Properly set the arguments field in server commands documentation
[\#1606](https://github.com/scalameta/metals/pull/1606)
([ayoub-benali](https://github.com/ayoub-benali))
- Handle initialization options
Expand Down

0 comments on commit de38d6b

Please sign in to comment.