Skip to content

Commit

Permalink
Fix typo in Symfony_Cheat_Sheet.md (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
brpauwels committed Mar 22, 2024
1 parent 9fd8d43 commit 46f4236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/Symfony_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ You should also consider similar tools:

CORS is a security feature implemented in web browsers to control how web applications in one domain can request and interact with resources hosted on another domains.

In Symfony you can manage CORS policies using `nemilo/cors-bundle`. This bundle lets you control CORS rules precisely without changing your server settings.
In Symfony you can manage CORS policies using `nelmio/cors-bundle`. This bundle lets you control CORS rules precisely without changing your server settings.

To install it with composer, run:

Expand Down

0 comments on commit 46f4236

Please sign in to comment.