Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
style: single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 14, 2022
1 parent c23fa46 commit 2c98e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/head/runtime/components.ts
Expand Up @@ -98,7 +98,7 @@ export const Script = defineComponent({
},
setup: setupForUseMeta((props, { slots }) => {
if (process.dev && !scriptDeprecated) {
console.log(`[nuxt] \`<Script>\` is deprecated and may be removed in a future release. We advise using \`useHead()\` directly.`)
console.log('[nuxt] `<Script>` is deprecated and may be removed in a future release. We advise using `useHead()` directly.')
scriptDeprecated = true
}

Expand Down

0 comments on commit 2c98e35

Please sign in to comment.