diff --git a/src/main/java/io/jenkins/plugins/checks/api/TruncatedString.java b/src/main/java/io/jenkins/plugins/checks/api/TruncatedString.java index 7b1bcc43..987e881b 100644 --- a/src/main/java/io/jenkins/plugins/checks/api/TruncatedString.java +++ b/src/main/java/io/jenkins/plugins/checks/api/TruncatedString.java @@ -68,7 +68,7 @@ private List getChunks() { * @param maxSize the maximum size of the resultant string. * @return A string comprising as many of the joined chunks that will fit in the given size, plus the truncation * string if truncation was necessary. - * @deprecated use the explicit {@link #buildByBytes(int)} or {@link #buildByChars(int)} method according ot your requirements. + * @deprecated use the explicit {@link #buildByBytes(int)} or {@link #buildByChars(int)} method according to your requirements. */ @Deprecated public String build(final int maxSize) {