Skip to content

Commit

Permalink
Merge pull request #31 from JakeChampion/patch-1
Browse files Browse the repository at this point in the history
Fix spelling mistake in error message
  • Loading branch information
KoteiIto committed Apr 25, 2018
2 parents 233cbe3 + 09d7119 commit 65b07cf
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 65b07cf

Please sign in to comment.