From 57e2e9a96ebf769d07ca8735131a8adc25375111 Mon Sep 17 00:00:00 2001 From: Mario Ortiz Manero Date: Fri, 14 Oct 2022 13:34:27 +0200 Subject: [PATCH] fix: `aregument` typo in doc changed to `argument` (#2195) --- lua/lspconfig/server_configurations/pylsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lspconfig/server_configurations/pylsp.lua b/lua/lspconfig/server_configurations/pylsp.lua index 2081d7b675..d76b2ea331 100644 --- a/lua/lspconfig/server_configurations/pylsp.lua +++ b/lua/lspconfig/server_configurations/pylsp.lua @@ -25,7 +25,7 @@ A Python 3.6+ implementation of the Language Server Protocol. See the [project's README](https://github.com/python-lsp/python-lsp-server) for installation instructions. Configuration options are documented [here](https://github.com/python-lsp/python-lsp-server/blob/develop/CONFIGURATION.md). -In order to configure an option, it must be translated to a nested Lua table and included in the `settings` aregument to the `setup{}` function. +In order to configure an option, it must be translated to a nested Lua table and included in the `settings` argument to the `setup{}` function. For example, in order to set the `pylsp.plugins.pycodestyle.ignore` option: ```lua require'lspconfig'.pylsp.setup{