Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
clalimarmo committed Dec 9, 2014
1 parent 8c07506 commit f97541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/json-gcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ define(function(require) {

instance.put = function(name, doc) {
$.ajax(
objectCreateUrl(name),
objectCreateURL(name),
{
method: 'POST',
headers: { 'Authorization': authHeader() },
Expand Down

0 comments on commit f97541e

Please sign in to comment.