Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Sep 28, 2016
1 parent c7ad9bf commit 4942f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MatrixClientPeg.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class MatrixClientPeg {
getHomeServerName() {
const matches = /^@.+:(.+)$/.exec(this.matrixClient.credentials.userId);
if (matches === null || matches.length < 1) {
throw new Error("Failed to derive home server name fro user ID!");
throw new Error("Failed to derive home server name from user ID!");
}
return matches[1];
}
Expand Down

0 comments on commit 4942f4f

Please # to comment.