From 936ca44e7c2a302c8453fb877aa7747b89442ad2 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 21 Aug 2023 19:07:50 +0900 Subject: [PATCH] Fix a typo for lsp-rubocop (#4145) `robocop` is a misspelling of `rubocop`: https://github.com/rubocop/rubocop --- docs/lsp-clients.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lsp-clients.json b/docs/lsp-clients.json index c8965a6582..7e5c500c8b 100644 --- a/docs/lsp-clients.json +++ b/docs/lsp-clients.json @@ -733,7 +733,7 @@ "debugger": "Not available" }, { - "name": "robocop", + "name": "rubocop", "full-name": "Ruby (RuboCop)", "server-name": "rubocop", "server-url": "https://github.com/rubocop/rubocop",