Skip to content

Fix typo datettime -> datetime #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions element/del/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ <h4 class="value-name">
</article>
</div>
</article>
<article id="del-datettime" class="attribute">
<article id="del-datetime" class="attribute">
<header class="attribute-header">
<h3 class="attribute-name">
<code class="tag" data-tooltip="Click to copy" data-clipboard-text="datettime">
datettime
<code class="tag" data-tooltip="Click to copy" data-clipboard-text="datetime">
datetime
</code>
</h3>
<div class="attribute-description">
Expand All @@ -88,20 +88,20 @@ <h3 class="attribute-name">
</header>

<div class="attribute-values">
<article id="del-datettime-2017-10-14t120000001-0400" class="value">
<article id="del-datetime-2017-10-14t120000001-0400" class="value">
<header class="value-header">
<h4 class="value-name">
<code class="tag" data-tooltip="Click to copy datettime=&quot;2017-10-14T12:00:00.001-04:00&quot;" data-clipboard-text="datettime=&quot;2017-10-14T12:00:00.001-04:00&quot;">
<code class="tag" data-tooltip="Click to copy datetime=&quot;2017-10-14T12:00:00.001-04:00&quot;" data-clipboard-text="datetime=&quot;2017-10-14T12:00:00.001-04:00&quot;">
"2017-10-14T12:00:00.001-04:00"
</code>
</h4>
<div class="value-description">
<p>You need a <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#valid-global-date-and-time-string">valid datettime string</a>.</p>
<p>You need a <a href="https://html.spec.whatwg.org/multipage/infrastructure.html#valid-global-date-and-time-string">valid datetime string</a>.</p>

</div>
</header>
<aside class="value-preview">
<div class="value-output"><del datettime="2017-10-14T12:00:00.001-04:00">acronym</del></div>
<div class="value-output"><del datetime="2017-10-14T12:00:00.001-04:00">acronym</del></div>
</aside>
</article>
</div>
Expand Down