Skip to content

Commit

Permalink
Run prettier on AMP doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Korotenko committed May 29, 2020
1 parent ed3a7a3 commit 0f264e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/advanced-features/amp-support/amp-validation.md
Expand Up @@ -15,8 +15,8 @@ You can set up custom AMP validator in `next.config.js` as shown below:
```jsx
module.exports = {
amp: {
validator: "./custom_validator.js"
}
validator: './custom_validator.js',
},
}
```

Expand All @@ -30,4 +30,4 @@ experimental: {
skipValidation: true
}
}
```
```

0 comments on commit 0f264e4

Please sign in to comment.