Skip to content

Commit 016436f

Browse files
authored
fix: typos in comment and install message (#1525)
1 parent acae187 commit 016436f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lua/modules/configs/tool/dap/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ return function()
6464
elseif type(custom_handler) == "function" then
6565
-- Case where the protocol requires its own setup
6666
-- Make sure to set
67-
-- * dap.adpaters.<dap_name> = { your config }
67+
-- * dap.adapters.<dap_name> = { your config }
6868
-- * dap.configurations.<lang> = { your config }
6969
-- See `codelldb.lua` for a concrete example.
7070
custom_handler(config)

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ You must install Git before installing this Nvim config. See:
392392
info -Msg 'Please make sure you have a Rust Toolchain installed via `rustup`! Otherwise, unexpected things may'
393393
info_ext -Msg 'happen. See: https://www.rust-lang.org/tools/install.¯¯¯¯¯¯¯¯¯¯¯¯'
394394
info_ext -Msg ' ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯'
395-
info -Msg 'If lazy.nvim failed to fetch any plugin(s), maunally execute `:Lazy sync` until everything is up-to-date.'
395+
info -Msg 'If lazy.nvim failed to fetch any plugin(s), manually execute `:Lazy sync` until everything is up-to-date.'
396396
Write-Host @'
397397
398398
Thank you for using this set of configuration!

0 commit comments

Comments
 (0)