Skip to content

Commit

Permalink
Remove redundant parenthesis (#9681)
Browse files Browse the repository at this point in the history
Closes: #9665
  • Loading branch information
tengqm authored and k8s-ci-robot committed Jul 31, 2018
1 parent 53228de commit 80e659c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/workloads/pods/pod.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Pods aren't intended to be treated as durable entities. They won't survive sched

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

{{% /capture %}}
{{% /capture %}}

0 comments on commit 80e659c

Please sign in to comment.