Skip to content

Commit

Permalink
feat(web): updating error message
Browse files Browse the repository at this point in the history
trying to trigger a semantic release
  • Loading branch information
foundrium committed Dec 1, 2021
1 parent b1219eb commit 7f670ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/api/hasteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class HasteClient {
) {
if (!isBrowser())
throw new Error(
`Haste client build can only be called from a browser based environment. If you are on a server, use the server package.`,
`Haste client build can only be called from a browser based environment. If you are on a server, please use the server package.`,
);

const auth0 = new Auth0Client({
Expand Down

0 comments on commit 7f670ef

Please sign in to comment.