diff --git a/src/pages/docs/configuration/getting-started.mdx b/src/pages/docs/configuration/getting-started.mdx index 4477849..86afc99 100644 --- a/src/pages/docs/configuration/getting-started.mdx +++ b/src/pages/docs/configuration/getting-started.mdx @@ -98,7 +98,7 @@ using `:TSInstall qmljs`. To use the language server ([caveats below](#language-server)), install [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) -and call `require("lspconfig").qmlljs.setup({})`. +and call `require("lspconfig").qmlls.setup({})`. ## Language Server The QML language has an associated language server,