fix typo in comment

Co-authored-by: Asger F <asgerf@github.com>
This commit is contained in:
Erik Krogh Kristensen
2022-05-23 15:07:29 +02:00
committed by GitHub
parent 7a3bbede1b
commit aadbc989ce

View File

@@ -30,7 +30,7 @@ predicate isLoginSetup(Express::RouteSetup setup) {
.getAPropertyRead("session")
.getAPropertyWrite()
)
// passport used to be recognized, but they have since added build-in protection against session fixation
// passport used to be recognized, but they have since added built-in protection against session fixation
}
/**