Skip to content

Commit e63ddcf

Browse files
committed
Fixing typos
1 parent fb79554 commit e63ddcf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ to `false` in `application.[properties | yaml]`.
14011401
== Info Contributor
14021402

14031403
Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to
1404-
Spring Boot's `/info` Acturator endpoint.
1404+
Spring Boot's `/info` Actuator endpoint.
14051405

14061406
You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled`
14071407
to `false` in `application.[properties | yaml]`.
@@ -1914,9 +1914,9 @@ the `DiscoveryClient` implementation provided by that starter.
19141914

19151915
### Permissions
19161916
The Spring Cloud Discovery server uses
1917-
the Kubernetes API server to get data about Service and Endpoint resrouces so it needs list, watch, and
1917+
the Kubernetes API server to get data about Service and Endpoint resources so it needs list, watch, and
19181918
get permissions to use those endpoints. See the below sample Kubernetes deployment YAML for an
1919-
examlpe of how to configure the Service Account on Kubernetes.
1919+
example of how to configure the Service Account on Kubernetes.
19201920

19211921

19221922
### Endpoints
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
== Info Contributor
22

33
Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to
4-
Spring Boot's `/info` Acturator endpoint.
4+
Spring Boot's `/info` Actuator endpoint.
55

66
You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled`
77
to `false` in `application.[properties | yaml]`.

docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ the `DiscoveryClient` implementation provided by that starter.
88

99
### Permissions
1010
The Spring Cloud Discovery server uses
11-
the Kubernetes API server to get data about Service and Endpoint resrouces so it needs list, watch, and
11+
the Kubernetes API server to get data about Service and Endpoint resources so it needs list, watch, and
1212
get permissions to use those endpoints. See the below sample Kubernetes deployment YAML for an
13-
examlpe of how to configure the Service Account on Kubernetes.
13+
example of how to configure the Service Account on Kubernetes.
1414

1515

1616
### Endpoints

0 commit comments

Comments
 (0)