aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/graphql_spec.lua
diff options
context:
space:
mode:
authorMunif Tanjim <hello@muniftanjim.dev>2022-02-07 04:03:02 +0600
committerStephan Seitz <stephan.seitz@fau.de>2022-02-06 23:07:22 +0100
commita98fa4839dd2ab23d67628c610513d54954eba28 (patch)
treedb5dd2c968b46f9bcea23429c3f754ae953b773c /tests/indent/graphql_spec.lua
parentindents(lua): make ")" `@indent_end (diff)
downloadnvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.tar
nvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.tar.gz
nvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.tar.bz2
nvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.tar.lz
nvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.tar.xz
nvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.tar.zst
nvim-treesitter-a98fa4839dd2ab23d67628c610513d54954eba28.zip
test(indent): fix typos
Diffstat (limited to 'tests/indent/graphql_spec.lua')
-rwxr-xr-xtests/indent/graphql_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/graphql_spec.lua b/tests/indent/graphql_spec.lua
index 4d8be7579..9fc9896a7 100755
--- a/tests/indent/graphql_spec.lua
+++ b/tests/indent/graphql_spec.lua
@@ -8,7 +8,7 @@ local run = Runner:new(it, "tests/indent/graphql", {
expandtab = true,
})
-describe("indent Lua:", function()
+describe("indent GraphQL:", function()
describe("whole file:", function()
run:whole_file(".", {
expected_failures = {},