Skip to content

Commit a4da0ee

Browse files
committed
Grammar suggestions
1 parent 343591a commit a4da0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/frontend/custom-ui/custom-strategy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Custom strategies"
44

55
_Introduced in Home Assistant 2021.5._
66

7-
Strategies are elements that generate custom dashboards and/or views. You can create new strategies in the frontend repository, or create custom strategies. Both of which have access to the Home Assistant API similar to [custom cards](./custom-card.md).
7+
Strategies are elements that generate custom dashboards and/or views. You can create new strategies in the frontend repository, or create custom strategies. Both have access to the Home Assistant API similar to [custom cards](./custom-card.md).
88

99
A strategy can generate a single view, or a full dashboard including one or several views.
1010

@@ -58,7 +58,7 @@ window.customStrategies.push({
5858

5959
A good example to start from is the [home overview](https://github.com/home-assistant/frontend/tree/dev/src/panels/lovelace/strategies/home) dashboard or the [energy dashboard](https://github.com/home-assistant/frontend/tree/dev/src/panels/lovelace/strategies/energy).
6060

61-
Or, for less complex example, the [map dashboard strategy](https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/strategies/map/map-dashboard-strategy.ts) which imports the map view strategy. This in term uses a panel view type, which uses a single map card.
61+
Or, for a less complex example, the [map dashboard strategy](https://github.com/home-assistant/frontend/blob/dev/src/panels/lovelace/strategies/map/map-dashboard-strategy.ts) which imports the map view strategy. This in turn uses a panel view type, which uses a single map card.
6262

6363
#### Basic example
6464

0 commit comments

Comments
 (0)