Skip to content

Commit

Permalink
Fix typo in headers docs example (#18012)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Oct 19, 2020
1 parent c9d4d62 commit 58edd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next.config.js/headers.md
Expand Up @@ -126,7 +126,7 @@ To match a regex path you can wrap the regex in parenthesis after a parameter, f

```js
module.exports = {
async rewrites() {
async headers() {
return [
{
source: '/blog/:post(\\d{1,})',
Expand Down

0 comments on commit 58edd09

Please sign in to comment.