Skip to content

Commit 5747355

Browse files
authored
Merge pull request #144 from davidxia/typo
Fix typo in javadocs
2 parents 7583356 + 8b67b00 commit 5747355

File tree

1 file changed

+1
-1
lines changed
  • util/src/main/java/io/kubernetes/client/util

1 file changed

+1
-1
lines changed

util/src/main/java/io/kubernetes/client/util/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public static ApiClient fromConfig(KubeConfig config) {
174174
* Easy client creation, follows this plan
175175
* <ul>
176176
* <li>If $KUBECONFIG is defined, use that config file.</li>
177-
* <li>If $HOME/.kube/confg can be found, use that.</li>
177+
* <li>If $HOME/.kube/config can be found, use that.</li>
178178
* <li>If the in-cluster service account can be found, assume in cluster config.</li>
179179
* <li>Default to localhost:8080 as a last resort.</li>
180180
* </ul>

0 commit comments

Comments
 (0)