Skip to content

Commit c08bc68

Browse files
authored
Merge pull request DeterminateSystems#349 from DeterminateSystems/fix-survey-typo
Fix survey typo
2 parents 00983e6 + bcece3f commit c08bc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/PageSurveyFeedback.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const title = ref<string>(
3838
3939
const placeholder = ref<string>(
4040
reaction === "positive"
41-
? "Let usk now what you found helpful"
41+
? "Let us know what you found helpful"
4242
: "Let us know how we can do better",
4343
);
4444

0 commit comments

Comments
 (0)