Skip to content

Commit

Permalink
it's Quick_links not Quick_Links (mdn#8092)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe authored Aug 19, 2021
1 parent cb9a256 commit ffd703d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/mdn/structures/quicklinks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

<h2 id="Quicklinks_syntax">Quicklinks syntax</h2>

<p>The quicklinks for a page are provided by creating a {{HTMLElement("section")}} block with the ID "Quick_Links". Then you place the contents that go into the quicklinks box within the section. These should be formatted as an {{HTMLElement("ol")}} ordered list (optionally nested). You can do this by using the numbered list button in the editor toolbar. For example, your quicklinks HTML might look like this:</p>
<p>The quicklinks for a page are provided by creating a {{HTMLElement("section")}} block with the ID "Quick_links". Then you place the contents that go into the quicklinks box within the section. These should be formatted as an {{HTMLElement("ol")}} ordered list (optionally nested). You can do this by using the numbered list button in the editor toolbar. For example, your quicklinks HTML might look like this:</p>

<pre class="brush: html">&lt;section id="Quick_Links"&gt;
<pre class="brush: html">&lt;section id="Quick_links"&gt;
  &lt;ol&gt;
    &lt;li&gt;&lt;a href="http://docs.ckeditor.com/"&gt;CKEditor documentation site&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href="http://mxr.mozilla.org/"&gt;MXR: Mozilla source cross-reference&lt;/a&gt;&lt;/li&gt;
Expand Down

0 comments on commit ffd703d

Please sign in to comment.