Merge pull request #506 from wireframe/patch-1

fix spelling of `attendees` option
This commit is contained in:
Steve Bazyl 2016-12-07 14:18:42 -08:00 committed by GitHub
commit 04e249b9f2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module Samples
event = {
summary: options[:summary],
attendees: Array(options[:attenddes]).map { |email| { email: email } },
attendees: Array(options[:attendees]).map { |email| { email: email } },
start: {
date_time: DateTime.parse(options[:start])
},