Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit dee9a30

Browse files
committed
Fix typo
1 parent 4c6fb10 commit dee9a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DPASurvey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class DPASurvey extends HTMLElement {
5151
case "0":
5252
this.appContent.innerHTML = `
5353
<div class="row">
54-
<p class="text-center">Welcome to the elegibility checker for the Detroit Down Payment Assistance Program</p>
54+
<p class="text-center">Welcome to the eligibility checker for the Detroit Down Payment Assistance Program</p>
5555
<p class="text-center">You will need to answer a few questions before you can apply for the program.</p>
5656
</div>
5757
<div class="d-flex">

0 commit comments

Comments
 (0)