Skip to content

Commit

Permalink
fix: misc typos (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Sep 29, 2023
1 parent 69fe0b4 commit adeb067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/app/pages/hero-overlay/overlay.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h4>What we changed</h4>
<li>Made the overlay semi-transparent</li>
<li>Added a smoothly faded edge</li>
<li>Increased font and button size</li>
<li>Modified full-pane mobile views</li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1>Design patterns
The <a class="usa-link usa-link--external" href="https://designsystem.digital.gov" target="_blank"
rel="noopener noreferrer nofollow">U.S. Web Design System</a> (USWDS) is a set of interactive website components
and guidelines used across government. This site is a collection of <strong><i>extended design patterns</i></strong>
built by a community of USWDS enthusiasts. Before using our design patterns check to see if there
built by community enthusiasts. Before using our design patterns check to see if there
are more appropriate <a class="usa-link usa-link--external" href="https://designsystem.digital.gov/patterns/"
target="_blank" rel="noopener noreferrer nofollow">official USWDS design patterns</a>.
</p>
Expand Down
6 changes: 3 additions & 3 deletions src/app/pages/process-list-nav/process-nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>Steps</h2>
<li class="usa-process-list__item" id="pack-bags">
<h3 class="usa-process-list__heading">Pack your bags</h3>
<p>
<a class="usa-link usa-link--external" href="https://baconipsum.com/" target="_blank"
<a class="usa-link usa-link--external" href="https://baconipsum.com" target="_blank"
rel="noopener nofollow">Bacon ipsum dolor</a> amet hamburger fatback meatball bacon kevin salami flank.
Sirloin beef pork belly, shank tri-tip kevin tail sausage meatloaf. Pork chop salami ball tip short loin
brisket pig cupim jerky pork belly tri-tip chuck short ribs prosciutto.
Expand All @@ -93,7 +93,7 @@ <h3 class="usa-process-list__heading">Pack your bags</h3>
<li class="usa-process-list__item" id="get-started">
<h3 class="usa-process-list__heading">Begin the journey</h3>
<p>
<a class="usa-link usa-link--external" href="https://baconipsum.com/" target="_blank"
<a class="usa-link usa-link--external" href="https://tunaipsum.com" target="_blank"
rel="noopener nofollow">Tuna ipsum dolor</a> ling cod prickleback yellowtail snapper electric ray panga
Manta Ray jack hillstream loach bullhead shark minnow Pacific hake giant gourami round whitefish lake chub
mola queen parrotfish.
Expand Down Expand Up @@ -189,7 +189,7 @@ <h4>What we changed</h4>
<ul class="usa-button-group padding-top-6">
<li class="usa-button-group__item">
<a class="usa-button usa-link--external" type="button"
href="https://github.com/facioquo/uswds-design-patterns/tree/main/src/app/pages/vertical-process-nav"
href="https://github.com/facioquo/uswds-design-patterns/tree/main/src/app/pages/process-list-nav"
target="_blank">View on GitHub</a>
</li>
<li class="usa-button-group__item">
Expand Down

0 comments on commit adeb067

Please sign in to comment.