Skip to content

Commit 363bb23

Browse files
committed
typo
1 parent 1196668 commit 363bb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/forms/topic/TopicForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const onSubmit = () => {
8787
}
8888
8989
const onValidSubmit = async () => {
90-
// filter out know filters from existing tags and add those gotten from this form
90+
// filter out known filters from existing tags and add those gotten from this form
9191
const filtersPrefixes = filters.map((filter) =>
9292
useTagSlug(
9393
pageKey || 'topics',

0 commit comments

Comments
 (0)