Skip to content

Commit

Permalink
Make corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
iprzybysz committed Feb 6, 2023
1 parent 1d9579e commit 105f6aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/content/docs/standard/components/alerts/a.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ <h4 class="font-bold">Via JavaScript</h4>
<!-- prettier-ignore -->
{{< twsnippet/code active=true lang="js" >}}
te.Alert.getInstance(document.getElementById('myAlert')).update({
position: ...,
width: ...,
});
position: ...,
width: ...,
});
{{< /twsnippet/code >}}
{{< /twsnippet/wrapper >}}
</div>
Expand Down

0 comments on commit 105f6aa

Please sign in to comment.