Skip to content

Commit

Permalink
Merge 09d7119 into 233cbe3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Apr 20, 2018
2 parents 233cbe3 + 09d7119 commit d77f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function createClient(
clientConfig.bucketUri === undefined ||
clientConfig.bucketUri.length === 0
) {
throw new Error('buket uri required')
throw new Error('bucket uri required')
}

if (
Expand Down

0 comments on commit d77f651

Please sign in to comment.