Skip to content

Commit e15d776

Browse files
authored
Merge pull request #25868 from Aut0R3V/patch-4
Corrected instance of WordPress written incorrectly.
2 parents 9db733d + c4b818c commit e15d776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/concepts/overview/working-with-objects/common-labels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ metadata:
5959
## Applications And Instances Of Applications
6060
6161
An application can be installed one or more times into a Kubernetes cluster and,
62-
in some cases, the same namespace. For example, wordpress can be installed more
63-
than once where different websites are different installations of wordpress.
62+
in some cases, the same namespace. For example, WordPress can be installed more
63+
than once where different websites are different installations of WordPress.
6464
6565
The name of an application and the instance name are recorded separately. For
6666
example, WordPress has a `app.kubernetes.io/name` of `wordpress` while it has
@@ -168,6 +168,6 @@ metadata:
168168
...
169169
```
170170

171-
With the MySQL `StatefulSet` and `Service` you'll notice information about both MySQL and Wordpress, the broader application, are included.
171+
With the MySQL `StatefulSet` and `Service` you'll notice information about both MySQL and WordPress, the broader application, are included.
172172

173173

0 commit comments

Comments
 (0)