Skip to content

Commit

Permalink
docs: Update nuxt.md (#297)
Browse files Browse the repository at this point in the history
Lower case first letter on script.
  • Loading branch information
danielmarkavis committed Nov 17, 2022
1 parent d456fe1 commit b21b5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nuxt.md
Expand Up @@ -34,7 +34,7 @@ Add `type: 'text/partytown'` [attribute](/partytown-scripts) to any scripts you
```html
<template>
<div>
<Script type="text/partytown" src="https://example.com/analytics.js" />
<script type="text/partytown" src="https://example.com/analytics.js" />
</div>
</template>
```
Expand Down

1 comment on commit b21b5e1

@vercel
Copy link

@vercel vercel bot commented on b21b5e1 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.