Skip to content

Commit

Permalink
chore(site): fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jul 1, 2024
1 parent f879f73 commit c74ed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/views/overview/quick/02-core/01-custom-tags.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parent: 00-core

<h3 class="text-center">{{ title }}</h3>
<div class="esl-animate-slide up" esl-animate="{repeat: true}" style="max-width: 1200px">
<p>The primary technology of ESL is web components. ESLBaseElement is a base class for custom tag based components.</p>
<p>The primary technology of ESL is web components. ESLBaseElement is a base class for custom tag components.</p>
<p>ESLBaseElement extends HTMLElement and provides a set of useful features:</p>
<ul>
<li>simplified classes/attributes management</li>
Expand Down

0 comments on commit c74ed5e

Please sign in to comment.