Skip to content

Commit 80e659c

Browse files
tengqmk8s-ci-robot
authored andcommitted
Remove redundant parenthesis (#9681)
Closes: #9665
1 parent 53228de commit 80e659c

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/pods/pod.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Pods aren't intended to be treated as durable entities. They won't survive sched
146146

147147
In general, users shouldn't need to create pods directly. They should almost
148148
always use controllers even for singletons, for example,
149-
[Deployments](/docs/concepts/workloads/controllers/deployment/)).
149+
[Deployments](/docs/concepts/workloads/controllers/deployment/).
150150
Controllers provide self-healing with a cluster scope, as well as replication
151151
and rollout management.
152152
Controllers like [StatefulSet](/docs/concepts/workloads/controllers/statefulset.md)
@@ -206,4 +206,4 @@ Pod is a top-level resource in the Kubernetes REST API. More details about the
206206
API object can be found at:
207207
[Pod API object](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#pod-v1-core).
208208

209-
{{% /capture %}}
209+
{{% /capture %}}

0 commit comments

Comments
 (0)