diff --git a/client/src/pages/votingOptions/DropDownInfo.tsx b/client/src/pages/votingOptions/DropDownInfo.tsx
index 348b62692..5ed9f5851 100644
--- a/client/src/pages/votingOptions/DropDownInfo.tsx
+++ b/client/src/pages/votingOptions/DropDownInfo.tsx
@@ -44,7 +44,7 @@ const dropdownData = [
{
title: 'In-Person Early Voting',
content: {
- paragraph1: "During the early voting period, you don't have to vote at your assigned polling location, but any location that is convenient for you.",
+ paragraph1: "During the early voting period, you do not have to vote at your assigned polling location, but any location that is convenient for you.",
button1Text: 'Early Voting Locations',
button1Link: '/dropBoxLocations',
paragraphRed: 'You have until 12 p.m. the Monday before the election to vote in person.'
@@ -132,7 +132,7 @@ const DropDownInfo = () => {