Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m0veax committed Apr 8, 2016
1 parent fa987b1 commit 3d83352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/API/Instagram.pm
Expand Up @@ -88,7 +88,7 @@ Get the AUTH URL to authenticate.
redirect_uri => 'http://localhost',
scope => 'basic',
response_type => 'code',
granty_type => 'authorization_code',
grant_type => 'authorization_code',
});
print $instagram->get_auth_url;
Expand Down Expand Up @@ -423,4 +423,4 @@ sub _cache { shift->_obj_cache->{ shift() } }
=cut

1;
1;

0 comments on commit 3d83352

Please sign in to comment.