Skip to content
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

Fixed typo . #2826

Merged
merged 3 commits into from
Mar 5, 2021
Merged
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
2 changes: 1 addition & 1 deletion files/en-us/web/api/element/slot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h2 id="Example">Examples</h2>
using the contents of a template that contains a slot named <code>my-text</code>.</p>

<p>When <code>&lt;my-paragraph&gt;</code> is used in the document, the slot is populated
by a slotable element by including it inside the element with a
by a slottable element by including it inside the element with a
<code><a href="/en-US/docs/Web/HTML/Global_attributes/slot">slot</a></code> attribute
with the value <code>my-text</code>. Here is one such example:</p>

Expand Down