From 154398b2e68274c52d2496383696132aafcd901b Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 20 Aug 2023 07:15:56 +0100 Subject: :pencil: Fixed typo in internal error message. --- lib/src/runtime.ffi.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/src') diff --git a/lib/src/runtime.ffi.mjs b/lib/src/runtime.ffi.mjs index 0994231..1d25d6f 100644 --- a/lib/src/runtime.ffi.mjs +++ b/lib/src/runtime.ffi.mjs @@ -26,7 +26,7 @@ export function morph(prev, curr, parent) { "[internal lustre error] I couldn't work out how to render this element. This", "function should only be called internally by lustre's runtime: if you think", "this is an error, please open an issue at", - "https://github.come/hayleigh-dot-dev/lustre/issues/new.", + "https://github.com/hayleigh-dot-dev/gleam-lustre/issues/new", ].join(" ") ); } -- cgit v1.2.3