diff --git a/docs/frontend/data.md b/docs/frontend/data.md index 5ccdd69d..3f43a04a 100644 --- a/docs/frontend/data.md +++ b/docs/frontend/data.md @@ -130,7 +130,7 @@ this.hass.callWS({ ### `hass.callApi(method, path, data)` -Call an API on the Home Assistant server. For example, if you want to fetch all Hass.io snapshots by issuing a GET request to `/api/hassio/snapshots`: +Call an API on the Home Assistant server. For example, if you want to fetch all Home Assistant snapshots by issuing a GET request to `/api/hassio/snapshots`: ```js hass.callApi('get', 'hassio/snapshots')