lib/urbanairship/devices/channel_uninstall.rb in urbanairship-5.8.0 vs lib/urbanairship/devices/channel_uninstall.rb in urbanairship-5.9.0
- old
+ new
@@ -55,10 +55,10 @@
body: JSON.dump(body),
url: OPEN_CHANNEL_URL + 'uninstall/',
content_type: 'application/json'
)
- logger.info { "Successfully unintalled open channel with address: #{address}"}
+ logger.info { "Successfully uninstalled open channel with address: #{address}"}
response
end
end
end
end