Skip to content

Commit 9a3600c

Browse files
owenvokekazupon
authored andcommitted
Fix double period usage in the axios cookbook (vuejs#1543)
1 parent 091146b commit 9a3600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/using-axios-to-consume-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ new Vue({
124124
.catch(error => {
125125
console.log(error)
126126
this.errored = true
127-
}).
127+
})
128128
.finally(() => this.loading = false)
129129
}
130130
})

0 commit comments

Comments
 (0)