Skip to content

Commit

Permalink
Styling (laravel#6252)
Browse files Browse the repository at this point in the history
Nothing crazy just remove one # to make it consistent
  • Loading branch information
rinze24 authored Aug 17, 2020
1 parent 91a1fbf commit 9c6e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Or, you may use the `withHeaders` method to specify an array of headers to be ad
'X-Header-Two' => 'Header Value',
]);

##### Cache Control Middleware
#### Cache Control Middleware

Laravel includes a `cache.headers` middleware, which may be used to quickly set the `Cache-Control` header for a group of routes. If `etag` is specified in the list of directives, an MD5 hash of the response content will automatically be set as the ETag identifier:

Expand Down

0 comments on commit 9c6e372

Please sign in to comment.