From 5a9be190620593d298248ea574730b325115b44d Mon Sep 17 00:00:00 2001 From: Hu Shuai Date: Thu, 11 Nov 2021 20:10:40 +0800 Subject: [PATCH] Fix a typo and the grammar in docs/configuration/configuration.md (#9717) --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 96e60dfcd..bfe23e916 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1603,7 +1603,7 @@ Available meta labels: from underlying pods), the following labels are attached: * `__meta_kubernetes_endpointslice_address_target_kind`: Kind of the referenced object. * `__meta_kubernetes_endpointslice_address_target_name`: Name of referenced object. -* `__meta_kubernetes_endpointslice_address_type`: The ip protocol family of the adress target. +* `__meta_kubernetes_endpointslice_address_type`: The ip protocol family of the address of the target. * `__meta_kubernetes_endpointslice_endpoint_conditions_ready`: Set to `true` or `false` for the referenced endpoint's ready state. * `__meta_kubernetes_endpointslice_endpoint_topology_kubernetes_io_hostname`: Name of the node hosting the referenced endpoint. * `__meta_kubernetes_endpointslice_endpoint_topology_present_kubernetes_io_hostname`: Flag that shows if the referenced object has a kubernetes.io/hostname annotation.