Skip to content

Commit

Permalink
Update TextMime.java
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
benasek authored and github-actions[bot] committed Nov 20, 2023
1 parent fb79584 commit 7a90c33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected static TextMime checkForFormat(String formatStr) throws MimeException
return txtXml;
} else if (formatStr.startsWith("text/css")) {
return txtCss;
} else if (formatStr.startsWith("text/javscript")) {
} else if (formatStr.startsWith("text/javascript")) {
return txtJs;
}
}
Expand Down

0 comments on commit 7a90c33

Please sign in to comment.