Skip to content

Commit 80f6699

Browse files
mficzelalbe
andauthored
Apply suggestions from code review
Co-authored-by: Alexander Berl <a.berl@outlook.com>
1 parent a37025b commit 80f6699

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Configuration/Settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Flowpack:
1414
# a request will only qualify for caching if it contains no cookieParams that
1515
# are not ignored.
1616
cookieParams:
17-
# ignored cookie params exclude cookies that are handled by the frontenecn
17+
# ignored cookie params exclude cookies that are handled by the frontend
1818
# and are not relevant for the backend. A usecase would be gdpr consent cookies
1919
# if they are only used on the client side
2020
ignore: []

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Flowpack:
3131
# a request will only qualify for caching if it contains no cookieParams that
3232
# are not ignored.
3333
cookieParams:
34-
# ignored cookie params exclude cookies that are handled by the frontenecn
34+
# ignored cookie params exclude cookies that are handled by the frontend
3535
# and are not relevant for the backend. A usecase would be gdpr consent cookies
3636
# if they are only used on the client side
3737
ignore: []

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "flowpack/fullpagecache",
55
"license": "MIT",
66
"require": {
7-
"neos/neos": "^6.0 || dev-master",
7+
"neos/neos": "^7.0 || dev-master",
88
"guzzlehttp/psr7": "~1.4"
99
},
1010
"autoload": {

0 commit comments

Comments
 (0)