Skip to content

Commit

Permalink
error change
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Apr 23, 2023
1 parent 9f1eabe commit 3bad4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export async function generateSvg(

const svg = svgTemplate.replace(SLOT_REGEX, groups);
if (svg === svgTemplate) {
throw new Error("Could not find tea group marker in template");
throw new Error("Could not find <slot /> marker element in template");
}

return svg;
Expand Down

0 comments on commit 3bad4dc

Please sign in to comment.