Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Kim authored and matherg committed Nov 7, 2023
1 parent 96a0fed commit 83c3d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/data/formData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const loginFormData: FormData = {

export const signUpFormData: FormData = {
title: "Sign Up",
subText: "Create an account to begin youre gift-giving journey!",
subText: "Create an account to begin your gift-giving journey!",
inputs: [
{
className: "mt-10",
Expand Down

0 comments on commit 83c3d55

Please sign in to comment.