Skip to content

Commit

Permalink
Fix formatting error in bindings.md (#2259)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat authored Oct 6, 2022
1 parent 290c1f4 commit 1ee4563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/client/bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ callback, for example:
| [Key Events](#key-events) | `phx-keydown`, `phx-keyup`, `phx-window-keydown`, `phx-window-keyup`, `phx-key` |
| [DOM Patching](dom-patching.md) | `phx-mounted`, `phx-update`, `phx-remove` |
| [JS Interop](js-interop.md#client-hooks) | `phx-hook` |
| [Lifecycle Events](#lifecycle-events) | `phx-mounted` | `phx-disconnected` | `phx-connected`|
| [Lifecycle Events](#lifecycle-events) | `phx-mounted`, `phx-disconnected`, `phx-connected` |
| [Rate Limiting](#rate-limiting-events-with-debounce-and-throttle) | `phx-debounce`, `phx-throttle` |
| [Static tracking](`Phoenix.LiveView.static_changed?/1`) | `phx-track-static` |

Expand Down

0 comments on commit 1ee4563

Please sign in to comment.