From f3c1d4ad9e21b736ed9b11dd7a9514642c219d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20Arteiro?= Date: Sun, 10 Sep 2023 14:28:57 +0100 Subject: [PATCH] fix: Fixing BUILDIT.md live socket variable. #416 --- BUILDIT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDIT.md b/BUILDIT.md index 510dc23d..08d3dbfd 100644 --- a/BUILDIT.md +++ b/BUILDIT.md @@ -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: