Skip to content

Commit

Permalink
Fix typo in Symfony Cheat Sheet (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simopich committed May 23, 2024
1 parent 613798b commit 7f770b4
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 @@ -392,7 +392,7 @@ composer require nelmio/cors-bundle
For Symfony Flex users, the installation generates a basic configuration file in the `config/packages` directory automatically. Take a look at the example configuration for routes starting with */API* prefix.

```yaml
# config/packages/nelimo_cors.yaml
# config/packages/nelmio_cors.yaml
nelmio_cors:
defaults:
origin_regex: true
Expand Down

0 comments on commit 7f770b4

Please sign in to comment.