Skip to content

Commit 270611d

Browse files
szebertUlisesGascon
authored andcommitted
Update README.md
Typo in the README.me file
1 parent ea22c47 commit 270611d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var server = http.createServer(function (req, res) {
8686
function check (name, pass) {
8787
var valid = true
8888

89-
// Simple method to prevent short-circut and use timing-safe compare
89+
// Simple method to prevent short-circuit and use timing-safe compare
9090
valid = compare(name, 'john') && valid
9191
valid = compare(pass, 'secret') && valid
9292

0 commit comments

Comments
 (0)