Skip to content

Commit 2c5fabe

Browse files
authored
Merge pull request #28956 from kahveci/patch-1
Fix Missing Punctuation
2 parents 50cb3d3 + 25de968 commit 2c5fabe

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A node may be a virtual or physical machine, depending on the cluster. Each node
1414
is managed by the
1515
{{< glossary_tooltip text="control plane" term_id="control-plane" >}}
1616
and contains the services necessary to run
17-
{{< glossary_tooltip text="Pods" term_id="pod" >}}
17+
{{< glossary_tooltip text="Pods" term_id="pod" >}}.
1818

1919
Typically you have several nodes in a cluster; in a learning or resource-limited
2020
environment, you might have only one node.

0 commit comments

Comments
 (0)