Skip to content

Commit

Permalink
chore: fix typo (elk-zone#2681)
Browse files Browse the repository at this point in the history
Signed-off-by: cuithon <[email protected]>
  • Loading branch information
cuithon authored Mar 12, 2024
1 parent bc30a8b commit 5a9546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/publish/PublishWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const characterCount = computed(() => {
length -= fullMatch.length - (before + username).length - 1 // - 1 for the @
if (draft.value.mentions) {
// + 1 is needed as mentions always need a space seperator at the end
// + 1 is needed as mentions always need a space separator at the end
length += draft.value.mentions.map((mention) => {
const [handle] = mention.split('@')
return `@${handle}`
Expand Down

0 comments on commit 5a9546e

Please sign in to comment.