Skip to content

Commit 4ac80f3

Browse files
authored
Update spelling_spec.rb
1 parent 36f3e05 commit 4ac80f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/spelling_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def self.error(str)
3333

3434
describe 'TILs' do
3535
it 'are all spelled correctly' do
36-
check = CheckSpelling.new("mdspell.config" , "_til/")
36+
check = CheckSpelling.new("dictionary.yml" , "_til/")
3737
expect(check.areCorrectlySpelled()).to be true
3838
end
39-
end
39+
end

0 commit comments

Comments
 (0)