Skip to content

Commit 1ea443a

Browse files
Update content/openapi/security.md
Co-authored-by: John Biundo <[email protected]>
1 parent 7d1ad8e commit 1ea443a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/openapi/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const options = new DocumentBuilder().addSecurity('basic', {
1717
});
1818
```
1919

20-
Some of the most popular authentication techniques are predefined (e.g. `basic` and `bearer`) and therefore you don't have to define security mechanisms manually as shown above.
20+
Some of the most popular authentication techniques are built-in (e.g., `basic` and `bearer`) and therefore you don't have to define security mechanisms manually as shown above.
2121

2222
#### Basic authentication
2323

0 commit comments

Comments
 (0)