Skip to content

Commit

Permalink
Minor markdownlint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Mar 1, 2024
1 parent 75b74af commit 04f6c31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/book/v1/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ return [
Result of this configuration for the `CORS preflight` of `/foo` for the upcoming
`GET` request will look like this:

| Configuration | Parameter |
|:------------- |:-------------:|
| Configuration | Parameter
|:------------- |:-------------
| `allowed_origins` | `['*//someotherdomain.com']`
| `allowed_headers` | `['X-Specific-Header-For-Foo-Endpoint']`
| `allowed_max_age` | `3600`
Expand Down Expand Up @@ -226,8 +226,8 @@ return [
Result of this configuration for the `CORS preflight` of `/foo` for the upcoming
`GET` request will look like this:

| Configuration | Parameter |
|:-------------|:-------------:|
| Configuration | Parameter
|:-------------|:-------------
| `allowed_origins` | `[RouteConfigurationInterface::ANY_ORIGIN]`
| `allowed_headers` | `['X-Specific-Header-For-Foo-Endpoint', 'X-Project-Header']`
| `allowed_max_age` | `7200`
Expand Down

0 comments on commit 04f6c31

Please sign in to comment.