Skip to content

Commit bcece3f

Browse files
committed
Fix survey typo
1 parent 8deecdc commit bcece3f

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)