Skip to content

Commit 926f0a6

Browse files
committed
fix typos in test descriptions [skip ci]
1 parent 17c64d4 commit 926f0a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/toc_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
(expect pdf.find_text 'Introduction', page_number: 3).not_to be_empty
3939
end
4040

41-
it 'should space items in toc evently even if title is entirely monospace' do
41+
it 'should space items in toc evenly even if title is entirely monospace' do
4242
pdf = to_pdf <<~'EOS', doctype: :book, analyze: true
4343
= Document Title
4444
:toc:
@@ -381,7 +381,7 @@
381381
(expect toc_entry[:dest][:label]).to eql '2'
382382
end
383383

384-
it 'should not toc at default location if document has no sections' do
384+
it 'should not insert toc at default location if document has no sections' do
385385
pdf = to_pdf <<~'EOS', analyze: true
386386
= Document Title
387387
:toc:

0 commit comments

Comments
 (0)