Skip to content

Commit aed66ac

Browse files
authored
remove unneeded comma (#3201)
1 parent bcd137b commit aed66ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/security/http-headers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The header names are limited to:
5050
- with an Object/Key-Value, where the values must be strings
5151
- with null
5252

53-
The header values are always converted to strings for the actual response. Depending, on how the configuration file looks, some header values need to be composed.
53+
The header values are always converted to strings for the actual response. Depending on how the configuration file looks, some header values need to be composed.
5454
Those are the rules on how a composite gets created:
5555

5656
- `string`: stays the same for the resulting header value

0 commit comments

Comments
 (0)