Skip to content

Commit f07f8d5

Browse files
authored
Update controller.md
Lowercase 's' to prevent misleading APIS as a whole word.
1 parent 6e95a6b commit f07f8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Other control loops can observe that reported data and take their own actions.
102102
In the thermostat example, if the room is very cold then a different controller
103103
might also turn on a frost protection heater. With Kubernetes clusters, the control
104104
plane indirectly works with IP address management tools, storage services,
105-
cloud provider APIS, and other services by
105+
cloud provider APIs, and other services by
106106
[extending Kubernetes](/docs/concepts/extend-kubernetes/) to implement that.
107107

108108
## Desired versus current state {#desired-vs-current}

0 commit comments

Comments
 (0)