diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index 58650ebe45..fb1b7d6e7f 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -352,7 +352,7 @@ A common use of interceptors is to set default headers on outgoing responses. Fo ```javascript import {Injectable} from '@angular/core'; -import {HttpEvent, HttpInterceptor, HttpHandler, HttpRequest) from '@angular/common/http'; +import {HttpEvent, HttpInterceptor, HttpHandler, HttpRequest} from '@angular/common/http'; @Injectable() export class AuthInterceptor implements HttpInterceptor {