docs: fix typos

This commit is contained in:
dundargoc 2023-02-23 20:30:36 +01:00 committed by Stephan Seitz
parent 598b878a2b
commit 4612212c72
13 changed files with 14 additions and 14 deletions

View file

@ -18,7 +18,7 @@ describe("indent PHP:", function()
run:new_line("example.php", { on_line = 11, text = "// new line starts 1 indentation to far", indent = 4 })
run:new_line(
"example2.php",
{ on_line = 5, text = "indendation with `enter` in insert mode is not correct", indent = 4 }
{ on_line = 5, text = "indentation with `enter` in insert mode is not correct", indent = 4 }
)
run:new_line("issue-2497.php", { on_line = 5, text = "$a =", indent = 4 })
run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 0 })