From 105f6aa42570b5b4e0a82d11b57b13e665ff1a5b Mon Sep 17 00:00:00 2001 From: igor_przybysz Date: Mon, 6 Feb 2023 18:04:28 +0100 Subject: [PATCH] Make corrections --- site/content/docs/standard/components/alerts/a.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/content/docs/standard/components/alerts/a.html b/site/content/docs/standard/components/alerts/a.html index 834e4c39f..b108988f4 100644 --- a/site/content/docs/standard/components/alerts/a.html +++ b/site/content/docs/standard/components/alerts/a.html @@ -107,9 +107,9 @@

Via JavaScript

{{< twsnippet/code active=true lang="js" >}} te.Alert.getInstance(document.getElementById('myAlert')).update({ - position: ..., - width: ..., - }); + position: ..., + width: ..., + }); {{< /twsnippet/code >}} {{< /twsnippet/wrapper >}}