fix spelling of `attendees` option

This commit is contained in:
Ryan Sonnek 2016-12-06 16:52:58 -06:00 committed by GitHub
parent 1f7cb2446a
commit bd213e3140
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])
},