Skip to content

Commit

Permalink
Merge pull request #321 from department-of-veterans-affairs/Randi-add…
Browse files Browse the repository at this point in the history
…resses-fix

Remove comma after state names
  • Loading branch information
DanielleThierryUSDSVA authored Oct 8, 2020
2 parents eb1cf17 + 260889b commit 91575c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_content-style-guide/dates-and-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ In the examples below, we spell out the street names, and style the compass poin

<p class="va-address-block">
1600 Pennsylvania Avenue, NW <br/>
Washington, DC, 20500 <br/>
Washington, DC 20500 <br/>
</p>

<p class="va-address-block">
123 E. 45th Street <br/>
New York, NY, 67890 <br/>
New York, NY 67890 <br/>
</p>

</div>
Expand All @@ -152,7 +152,7 @@ New York, NY, 67890 <br/>

<p class="va-address-block">
1600 Pennsylvania Ave. Northwest<br/>
Washington, DC, 20500<br/>
Washington, DC 20500<br/>
</p>

<p class="va-address-block">
Expand Down

0 comments on commit 91575c5

Please sign in to comment.