Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschellenbach committed Nov 7, 2014
1 parent c7e6b2b commit 00f100f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ StreamClient.prototype = {
this.node = !this.browser;

if (this.browser && this.apiSecret) {
// dont share your private keys publically
throw new errors.FeedError('You are publically sharing your private key. Dont use the private key while in the browser.');
throw new errors.FeedError('You are publicly sharing your private key. Dont use the private key while in the browser.');
}
},

Expand Down

0 comments on commit 00f100f

Please sign in to comment.