Skip to content

Commit f2640a3

Browse files
authored
chore: fix typo in example test
Fixes #2234
1 parent 72de5b3 commit f2640a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todomvc/mvctests/test_new_todo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_new_todo_test_should_clear_text_input_field_when_an_item_is_added(
6464
assert_number_of_todos_in_local_storage(page, 1)
6565

6666

67-
def test_new_todo_test_should_append_new_items_to_the_ottom_of_the_list(
67+
def test_new_todo_test_should_append_new_items_to_the_bottom_of_the_list(
6868
page: Page,
6969
) -> None:
7070
# Create 3 items.

0 commit comments

Comments
 (0)