Fix incorrect spelling of BCrypt (#37247)

* Fix incorrect spelling of BCrypt

* Fixed spelling of BCrypt in the Chinese, Portuguese, and Spanish versions of the challenge
This commit is contained in:
gmal1
2019-10-24 04:39:53 -04:00
committed by Kristofer Koishigawa
parent bcef08424c
commit 94635dcc0b
4 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ localeTitle: 了解BCrypt Hashes
```yml
tests:
- text: BCyrpt是一个依赖
- text: BCrypt是一个依赖
testString: 'getUserInput => $.get(getUserInput("url")+ "/_api/package.json") .then(data => { var packJson = JSON.parse(data); assert.property(packJson.dependencies, "bcrypt", "Your project should list "bcrypt" as a dependency"); }, xhr => { throw new Error(xhr.statusText); })'
- text: 已经适当地要求BCrypt
testString: 'getUserInput => $.get(getUserInput("url")+ "/_api/server.js").then(data => {assert.match(data, /bcrypt.*=.*require.*("|")bcrypt("|")/gi, "You should correctly require and instantiate socket.io as io.");}, xhr => { throw new Error(xhr.statusText); })'