Skip to content

Commit

Permalink
PTEMSVT-245 - Fix typo in hint text (#32964)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian <[email protected]>
  • Loading branch information
iseabock-va and iseabock authored Nov 8, 2024
1 parent 86da24c commit c0b4430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
militaryServiceCurrentlyServing: yesNoUI({
title: 'Are you currently serving in the military?',
hint:
'This includes active-duty service, and service in the National Gaurd and Reserve.',
'This includes active-duty service and service in the National Guard and Reserve.',
}),
expectedSeparation: {
...radioUI({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
militaryServiceCompleted: yesNoUI({
title: 'Have you ever completed a previous period of military service?',
hint:
'This includes active-duty service, and service in the National Gaurd and Reserve.',
'This includes active-duty service and service in the National Guard and Reserve.',
}),
},
schema: {
Expand Down

0 comments on commit c0b4430

Please sign in to comment.