Skip to content

Commit 55d8d2d

Browse files
authored
Merge pull request #4 from icco/docs
Fix typos in inline documentation
2 parents be69b74 + 05919ef commit 55d8d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/instagram/client/subscriptions.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def subscriptions(options={})
3636
# @overload create_subscription(object, callback_url, aspect="media", options={})
3737
# @param object [String] The object you'd like to subscribe to (user, tag, location or geography)
3838
# @param callback_url [String] The subscription callback URL
39-
# @param aspect [String] he aspect of the object you'd like to subscribe to (in this case, "media").
39+
# @param aspect [String] The aspect of the object you'd like to subscribe to (in this case, "media").
4040
# @param options [Hash] Addition options and parameters
4141
# @option options [String, Integer] :object_id When specifying a location or tag use the location's ID or tag name respectively
4242
# @option options [String, Float] :lat The center latitude of an area, used when subscribing to a geography object
@@ -73,12 +73,12 @@ def create_subscription(*args)
7373
# @param options [Hash] Addition options and parameters
7474
# @option options [Integer] :subscription_id The subscription's ID
7575
# @option options [String] :object When specified will remove all subscriptions of this object type, unless an :object_id is also specified (user, tag, location or geography)
76-
# @option options [String, Integer] :object_id When specifying :object, inlcude an :object_id to only remove subscriptions of that object and object_id
76+
# @option options [String, Integer] :object_id When specifying :object, include an :object_id to only remove subscriptions of that object and object_id
7777
# @overload delete_subscription(subscription_id, options={})
7878
# @param subscription_id [Integer] The subscription's ID
7979
# @param options [Hash] Addition options and parameters
8080
# @option options [String] :object When specified will remove all subscriptions of this object type, unless an :object_id is also specified (user, tag, location or geography)
81-
# @option options [String, Integer] :object_id When specifying :object, inlcude an :object_id to only remove subscriptions of that object and object_id
81+
# @option options [String, Integer] :object_id When specifying :object, include an :object_id to only remove subscriptions of that object and object_id
8282
# @return [Hashie::Mash]
8383
# @example Deletes an application's user change subscription
8484
# Instagram.delete_subscription(:object => "user")

0 commit comments

Comments
 (0)