Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Sep 3, 2024
1 parent 6a87ee2 commit 3ff77af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/components/Feedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const Feedback: React.FC = () => {
const commentFormInputs: FeedbackFormInput[] = [
{
name: "userComment",
label: "What's you comment?",
label: "What's your comment?",
id: "comment-input",
},
];
Expand Down

0 comments on commit 3ff77af

Please sign in to comment.