Skip to content

Commit

Permalink
Fix typo in next/amp docs (#12040)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Apr 20, 2020
1 parent 16ee0fe commit 099471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/amp.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const config = { amp: true }
The `amp` config accepts the following values:

- `true` - The page will be AMP-only
- `'hybrid'` - The page will two versions, one with AMP and another one with HTML
- `'hybrid'` - The page will have two versions, one with AMP and another one with HTML

To learn more about the `amp` config, read the sections below.

Expand Down

0 comments on commit 099471e

Please sign in to comment.