Skip to content

Commit

Permalink
fix: Typo on News page (#1226)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jcbcapps authored Mar 6, 2024
1 parent 5cf1162 commit 3880ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/news-announcements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const NewsAnnouncements = ({
<div className={styles.pageTitle}>
<h2 id="skip-announcements-carousel">Latest external USSF news</h2>
<h3>
Publically released Space Force news released within the last 30 days.
Publicly released Space Force news released within the last 30 days.
</h3>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/news.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const InternalNews = ({
<div className={styles.pageTitle}>
<h2>All USSF news</h2>
<h3>
Publically and internally released Space Force news, published within
Publicly and internally released Space Force news, published within
the last 30 days.
</h3>
</div>
Expand Down

0 comments on commit 3880ea8

Please sign in to comment.