Skip to content

Commit 64412f8

Browse files
author
Marc Jakobi
committed
docs: correct typo
1 parent e0a7b5a commit 64412f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ vim.keymap.set({ "n", "x", "o" }, "]z", function()
133133
end)
134134

135135
vim.keymap.set({ "n", "x", "o" }, "]M", function()
136-
require("nvim-treesitter-textobjects.move").goto_next_end("@funciton.outer", "textobjects")
136+
require("nvim-treesitter-textobjects.move").goto_next_end("@function.outer", "textobjects")
137137
end)
138138
vim.keymap.set({ "n", "x", "o" }, "][", function()
139139
require("nvim-treesitter-textobjects.move").goto_next_end("@class.outer", "textobjects")

doc/nvim-treesitter-textobjects.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Supported options:
136136
end)
137137

138138
vim.keymap.set({ "n", "x", "o" }, "]M", function()
139-
require("nvim-treesitter-textobjects.move").goto_next_end("@funciton.outer", "textobjects")
139+
require("nvim-treesitter-textobjects.move").goto_next_end("@function.outer", "textobjects")
140140
end)
141141
vim.keymap.set({ "n", "x", "o" }, "][", function()
142142
require("nvim-treesitter-textobjects.move").goto_next_end("@class.outer", "textobjects")

0 commit comments

Comments
 (0)