summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor-epub3/converter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor-epub3/converter.rb b/lib/asciidoctor-epub3/converter.rb
index 7300da3..3ff5a09 100644
--- a/lib/asciidoctor-epub3/converter.rb
+++ b/lib/asciidoctor-epub3/converter.rb
@@ -932,7 +932,7 @@ document.addEventListener('DOMContentLoaded', function(event, reader) {
end
if Asciidoctor::Helpers.uriish? target
- # We need to add both local and remote media files to manifect
+ # We need to add both local and remote media files to manifest
fs_path = nil
else
out_dir = node.attr('outdir', nil, true) || doc_option(node.document, :to_dir)