chore: fix typos (#17250)

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Co-authored-by: Dani Dickstein <daniel.dickstein@gmail.com>
Co-authored-by: Axel Dahlberg <git@valleymnt.com>
This commit is contained in:
dundargoc
2022-02-08 01:19:06 +01:00
committed by GitHub
parent 9259bc6215
commit 64116d7850
9 changed files with 62 additions and 59 deletions

View File

@@ -78,7 +78,7 @@ end
---
--- Example:
--- <pre>
--- vim.ui.input({ prompt = 'Select value for shiftwidth: ' }, function(input)
--- vim.ui.input({ prompt = 'Enter value for shiftwidth: ' }, function(input)
--- vim.o.shiftwidth = tonumber(input)
--- end)
--- </pre>