diff options
Diffstat (limited to 'lua/tests/automated/resolver_spec.lua')
| -rw-r--r-- | lua/tests/automated/resolver_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/tests/automated/resolver_spec.lua b/lua/tests/automated/resolver_spec.lua index 534af7b..ac141bd 100644 --- a/lua/tests/automated/resolver_spec.lua +++ b/lua/tests/automated/resolver_spec.lua @@ -15,7 +15,7 @@ describe("telescope.config.resolve", function() eq(height_config, opt.results) end) - it("should resolve for percetnages with default", function() + it("should resolve for percentages with default", function() local height_config = 0.8 local opt = resolve.win_option(nil, height_config) |
