Skip to content

Commit

Permalink
Merge pull request #685 from simar-m/typo-fix
Browse files Browse the repository at this point in the history
Fix a typo in javadoc
  • Loading branch information
ysb33r authored Jan 5, 2024
2 parents 244c56d + 4d7bd85 commit d59ca0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ abstract class AbstractAsciidoctorJSExtension extends AbstractImplementationEngi
*
* @param mod Module to interrogate
*
* @return Module version or {@code null} if the componenet is not required.
* @return Module version or {@code null} if the component is not required.
*/
protected String moduleVersion(final AsciidoctorModuleDefinition mod) {
if (task) {
Expand Down

0 comments on commit d59ca0d

Please sign in to comment.