Skip to content

Commit d4bb23e

Browse files
authored
Merge pull request #1845 from elisaado/patch-1
Fix typo in config mod.rs
2 parents b14f3d7 + 51c678b commit d4bb23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube-client/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ pub enum LoadDataError {
114114
NoBase64DataOrFile,
115115
}
116116

117-
/// Configuration object for accessing a Kuernetes cluster
117+
/// Configuration object for accessing a Kubernetes cluster
118118
///
119119
/// The configurable parameters for connecting like cluster URL, default namespace, root certificates, and timeouts.
120120
/// Normally created implicitly through [`Config::infer`] or [`Client::try_default`](crate::Client::try_default).

0 commit comments

Comments
 (0)