diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index c303938e4a..1ce150f8b5 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -73,8 +73,8 @@ the component **subscribes** to the method's return value. The subscription callback copies the data fields into the component's `config` object, which is data-bound in the component template for display. -
-**Why write a service?** +
+
Why write a service?
This example is so simple that it is tempting to write the `Http.get()` inside the component itself and skip the service.