summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-03-09 14:22:43 -0700
committerDan Allen <dan.j.allen@gmail.com>2024-03-09 14:23:09 -0700
commit926f0a627801d4b2668cd1d50c8b45b925b43af3 (patch)
tree5dd499b094072a083a7552a3410efcca6ce1857d
parent17c64d45df672d38c6632bf058c13c7d0b27065d (diff)
fix typos in test descriptions [skip ci]
-rw-r--r--spec/toc_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/toc_spec.rb b/spec/toc_spec.rb
index 6b9e6fe9..9fda447e 100644
--- a/spec/toc_spec.rb
+++ b/spec/toc_spec.rb
@@ -38,7 +38,7 @@ describe 'Asciidoctor::PDF::Converter - TOC' do
(expect pdf.find_text 'Introduction', page_number: 3).not_to be_empty
end
- it 'should space items in toc evently even if title is entirely monospace' do
+ it 'should space items in toc evenly even if title is entirely monospace' do
pdf = to_pdf <<~'EOS', doctype: :book, analyze: true
= Document Title
:toc:
@@ -381,7 +381,7 @@ describe 'Asciidoctor::PDF::Converter - TOC' do
(expect toc_entry[:dest][:label]).to eql '2'
end
- it 'should not toc at default location if document has no sections' do
+ it 'should not insert toc at default location if document has no sections' do
pdf = to_pdf <<~'EOS', analyze: true
= Document Title
:toc: