Skip to content

Commit

Permalink
πŸ“– [amp-link-rewriter] fix unnecessary backquote
Browse files Browse the repository at this point in the history
  • Loading branch information
ka2jun8 committed Oct 7, 2021
1 parent 238948a commit 9bec042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-link-rewriter/amp-link-rewriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ code before the line
<script
async
custom-element="amp-link-rewriter"
src="https://cdn.ampproject.org/v0/amp-link-rewriter-0.1.js`"
src="https://cdn.ampproject.org/v0/amp-link-rewriter-0.1.js"
></script>
```

Expand Down

0 comments on commit 9bec042

Please sign in to comment.