Skip to content

Commit

Permalink
Fix bad quotes in amp-subscriptions-google.md (ampproject#29259)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpettitt authored Jul 14, 2020
1 parent d788985 commit 8a624a1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ The `skuMapUrl` is called on page load. It should be a map of element id's and c

```JSON
{
"subscribe.google.com': {
"subscribe.google.com": {
// button that goes straight to purchase flow
"elementId": {
"sku": "sku"
},
// button that launches an offer carousel
"anotherElementId": {
'carouselOptions': {
'skus': ['basic', 'premium_monthly'],
"carouselOptions": {
"skus": ["basic", "premium_monthly"],
}
}
}
Expand Down

0 comments on commit 8a624a1

Please sign in to comment.