diff --git a/docs/http.md b/docs/http.md index edd1fb27..b07861bf 100644 --- a/docs/http.md +++ b/docs/http.md @@ -176,4 +176,4 @@ Vue.http.interceptor.before = function(request, next) { // override before interceptor next(); -}); +};