Skip to content

Commit

Permalink
Merge pull request #163 from lucavb/chore-resolve-typo
Browse files Browse the repository at this point in the history
docs(utils) remove typos in validateKubernetesNameConformance documention
  • Loading branch information
andskli authored Mar 9, 2024
2 parents 39d4359 + b816a68 commit cafc5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
export class Utils {
/**
* Check wether or not a string conforms to the lowercase RFC 1123. If not, Kubernetes will throws
* Check whether a string conforms to the lowercase RFC 1123. If not, Kubernetes will throw
* an error saying that the name must conform with regex used for validation, which is:
* \'[a-z0-9]([-a-z0-9]*[a-z0-9])?(\\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\')\n'
*
Expand Down Expand Up @@ -31,4 +31,4 @@ export class Utils {
}
}
}
}
}

0 comments on commit cafc5ce

Please sign in to comment.