Skip to content

Commit baaf39f

Browse files
committed
Typo fixes to the architecture.md design doc
1 parent 50e9a1e commit baaf39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ This is because every action goes through well defined API.
2424
* Transactional actions are easier to implement on the backend than on the frontend. Examples of
2525
such actions: "create a replication controller and a service for it" or "do a rolling update".
2626
* Possible code reuse from existing tools (e.g., kubectl) and upstream contributions to the tools.
27-
* Speed: getting composite data from beckends is faster on the backend (if it runs close to the
27+
* Speed: getting composite data from backends is faster on the backend (if it runs close to the
2828
data sources). For example, getting a list of pods with their CPU utilization timeline
2929
requires at least two requests. Doing them on the backend shortens RTT.

0 commit comments

Comments
 (0)