Skip to content

Commit a428d95

Browse files
author
James Mejia
authored
Merge pull request #47 from ccesare/patch-1
Fix small typo in tutorial
2 parents a4d718f + c6328b6 commit a428d95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/sxs/part-four.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
3030
<h3 class="step">Add USWDS JavaScript to the end of the page body.</h3>
3131
<p class="step-description">Finally, add the USWDS JavaScript to the end of the page <strong>body</strong>.</p>
3232
<div class="editor">
33-
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> ./_layouts_/default.html</h4>
33+
<h4 class="filename"><span class="material-icons" aria-hidden="true">description</span> ./_layouts/default.html</h4>
3434
<pre class="blur">...
3535

3636
&lt;body class="&lcub;&lcub; page.body &rcub;&rcub;"&gt;
@@ -41,4 +41,4 @@ <h4 class="filename"><span class="material-icons" aria-hidden="true">description
4141
</div>
4242
<p class="step-description"><strong>Note:</strong> You've added USWDS styles and JavaScript to your project, but you shouldn't see any changes to the existing site. It still looks the same! We've designed USWDS for incremental adoption on existing sites. In most cases, you won't see the effects of USWDS code until you intentionally add USWDS components.</p>
4343
<p class="step-description">At this point, you've added USWDS design system code to your project successfully! Now we can add some components.</p>
44-
</section>
44+
</section>

0 commit comments

Comments
 (0)