diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 07:15:56 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 07:15:56 +0100 |
commit | 154398b2e68274c52d2496383696132aafcd901b (patch) | |
tree | f97d684650795176759313e9b8c3a67d6cd8d467 | |
parent | 8ddc115f92368a29ef710977f3a377ad4d854c48 (diff) | |
download | lustre-154398b2e68274c52d2496383696132aafcd901b.tar.gz lustre-154398b2e68274c52d2496383696132aafcd901b.zip |
:pencil: Fixed typo in internal error message.
-rw-r--r-- | lib/src/runtime.ffi.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
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(" ") ); } |