Skip to content

Commit 2a26cbe

Browse files
authored
docs: fix typo (#335)
explected -> expected
1 parent 15199f8 commit 2a26cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("example", function()
6565
-- mocked instance of api to interact with
6666

6767
describe("realistic_func", function()
68-
it("Should make explected calls to api, fully mocked", function()
68+
it("Should make expected calls to api, fully mocked", function()
6969
-- mock the vim.api
7070
local api = mock(vim.api, true)
7171

0 commit comments

Comments
 (0)