Skip to content

Commit

Permalink
fix: Fixing BUILDIT.md live socket variable. #416
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Sep 10, 2023
1 parent e141c86 commit f3c1d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5469,7 +5469,7 @@ to the `LiveView` server during the mounting phase.
Open `assets/js/app.js`
and locate the
`let live_socket = new live_socket()` variable.
`let live_socket = new LiveSocket()` variable.
We are going to be changing the `params` attribute.
Change it to the following:
Expand Down

0 comments on commit f3c1d4a

Please sign in to comment.