Skip to content

Commit

Permalink
Minor: fix typo in WebAPI error message
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and josh-signal committed Nov 23, 2020
1 parent 1e4b6df commit 72e4ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/textsecure/WebAPI.ts
Expand Up @@ -406,7 +406,7 @@ async function _promiseAjax(
} else if (unauthenticated) {
if (!accessKey) {
throw new Error(
'_promiseAjax: mode is aunathenticated, but accessKey was not provided'
'_promiseAjax: mode is unauthenticated, but accessKey was not provided'
);
}
// Access key is already a Base64 string
Expand Down

0 comments on commit 72e4ec9

Please sign in to comment.