Skip to content

Commit 4e6e0f3

Browse files
Merge pull request nestjs#186 from ianmh/hotfix/typo-fix
content: small grammar fix
2 parents 42ee728 + 577ff00 commit 4e6e0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/homepage/pages/techniques/authentication/authentication.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h4>Bearer strategy</h4>
2929
<p>
3030
As has been said already, firstly, we'll implement <a href="https://github.com/jaredhanson/passport-http-bearer"
3131
target="blank">passport-http-bearer</a>
32-
library. Bearer tokens are typically used protect API endpoints, and are often issued using OAuth 2.0. The HTTP
32+
library. Bearer tokens are typically used to protect API endpoints, and are often issued using OAuth 2.0. The HTTP
3333
Bearer authentication
3434
strategy authenticates users using a bearer token.
3535
</p>

0 commit comments

Comments
 (0)