From 990a101032772efc20ce055262571c5e38025c9d Mon Sep 17 00:00:00 2001 From: Xegulon <74178038+xegulon@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:43:00 +0200 Subject: [PATCH] Update cors.md add the word 'packages' --- content/security/cors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/security/cors.md b/content/security/cors.md index b044941585..c2a51406ff 100644 --- a/content/security/cors.md +++ b/content/security/cors.md @@ -1,6 +1,6 @@ ### CORS -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. +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. #### Getting started