Fixed some typos (#2695)

* Fix typos
This commit is contained in:
Hiroshi SHIBATA 2020-10-30 18:06:43 +09:00 committed by GitHub
parent 87144caeb3
commit ae98ac1430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -165,7 +165,7 @@ describe Conference do
end
describe '#get_submissions_data' do
it 'returns emtpy hash if there is no cfp or events' do
it 'returns empty hash if there is no cfp or events' do
expect(subject.get_submissions_data).to eq []
end