From d7d53b8277c73727e87963bc09bb91957b6a8899 Mon Sep 17 00:00:00 2001 From: Matt Mazzola Date: Sun, 1 Oct 2023 14:54:23 -0700 Subject: [PATCH] Add closing tags to HTML snippet The elements that were supposed to be containing the error messages from `confirm` were not closed. `
{title.error}` vs `
{title.error}
` --- docs/integrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations.md b/docs/integrations.md index f42d5fc0..09b6833d 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -24,12 +24,12 @@ function Example() {
-
{title.error} +
{title.error}