Skip to content

Commit 990a101

Browse files
authored
Update cors.md
add the word 'packages'
1 parent 05b575f commit 990a101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/cors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### CORS
22

3-
Cross-origin resource sharing (CORS) is a mechanism that allows resources to be requested from another domain. Under the hood, Nest makes use of the Express [cors](https://github.com/expressjs/cors) or Fastify [@fastify/cors](https://github.com/fastify/fastify-cors) depending on the underlying platform. This package provides various options that you can customize based on your requirements.
3+
Cross-origin resource sharing (CORS) is a mechanism that allows resources to be requested from another domain. Under the hood, Nest makes use of the Express [cors](https://github.com/expressjs/cors) or Fastify [@fastify/cors](https://github.com/fastify/fastify-cors) packages depending on the underlying platform. This package provides various options that you can customize based on your requirements.
44

55
#### Getting started
66

0 commit comments

Comments
 (0)