Skip to content

Commit a8a750f

Browse files
authored
Fixed link to Bindings Guide fragment (#3773)
1 parent 51ccdea commit a8a750f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/phoenix_live_view.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ defmodule Phoenix.LiveView do
17521752
the server from overwhelming the client with new results while also opening up
17531753
powerful features like virtualized infinite scrolling. See a complete
17541754
bidirectional infinite scrolling example with stream limits in the
1755-
[scroll events guide](bindings.md#scroll-events-and-infinite-stream-pagination)
1755+
[scroll events guide](bindings.md#scroll-events-and-infinite-pagination)
17561756
17571757
When a stream exceeds the limit on the client, the existing items will be pruned
17581758
based on the number of items in the stream container and the limit direction. A

0 commit comments

Comments
 (0)