Skip to content

Commit 8a9c797

Browse files
authored
Fix LiveViewTest docs typo (#3736)
1 parent c053b6d commit 8a9c797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix_live_view/test/live_view_test.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ defmodule Phoenix.LiveViewTest do
638638
|> element("form")
639639
|> render_submit(%{deg: 123, avatar: upload}) =~ "123 exceeds limits"
640640
641-
To submit a form along with some with hidden input values:
641+
To submit a form along with some hidden input values:
642642
643643
assert view
644644
|> form("#term", user: %{name: "hello"})

0 commit comments

Comments
 (0)