Skip to content

Commit 25de968

Browse files
authored
Fix Missing Punctuation
This change will fix the missing punctuation in the first paragraph.
1 parent 1b90286 commit 25de968

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)