Skip to content

Commit a5f9a30

Browse files
nandi95lmiller1990
authored andcommitted
fix: update spacing
1 parent a5fb734 commit a5f9a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function recordEvent(
6868
if (event.startsWith('update:')) {
6969
if (args.length !== 1) {
7070
throw new Error(
71-
'Two-way bound properties have to emit a single value.' +
71+
'Two-way bound properties have to emit a single value. ' +
7272
args.length +
7373
' values given.'
7474
)

0 commit comments

Comments
 (0)