Skip to content

Commit f32f2af

Browse files
authored
Merge branch 'master' into install-ubuntu
2 parents dcfefdd + 7d71d1d commit f32f2af

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: trusty
12
language: ruby
23
rvm:
34
- 2.3.3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can quickly spell check with
4242
rake proof
4343
```
4444

45-
Depending on your platform, words will be flagged that are correctly spelled (our baseline will be dictionaries-common on Ubuntu 12.04). So if you are 100% sure a word is correctly spelled then add it in all caps to mdspell.config so it will not be flagged.
45+
Depending on your platform, words will be flagged that are correctly spelled (our baseline will be dictionaries-common on Ubuntu 12.04). So if you are 100% sure a word is correctly spelled then add it in all caps to ```dictionary.yml``` so it will not be flagged.
4646

4747
To run the full test suite run
4848

File renamed without changes.

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)