comment typo

pull/21833/head
David Baker 2018-12-04 11:41:04 +00:00
parent 075c13a5bd
commit 5b2c2a0adf
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default React.createClass({
this.setState({
passPhrase: e.target.value,
// precompute this and keep it in state: zxcvbn is fast but
// we use it in a couple of different places so so point recomputing
// we use it in a couple of different places so no point recomputing
// it unnecessarily.
zxcvbnResult: scorePassword(e.target.value),
});