Skip to content

Commit bb43739

Browse files
committed
fix a typo
1 parent aba705b commit bb43739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Shortener.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export default
8282
8383
# if it's present - return shortened
8484
if existing
85-
@shortened = exiting.shortened
85+
@shortened = existing.shortened
8686
return
8787
8888
# otherwise make hash

0 commit comments

Comments
 (0)