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:
committed by
Kristofer Koishigawa
parent
bcef08424c
commit
94635dcc0b
@@ -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); })'
|
||||
|
Reference in New Issue
Block a user