Skip to content

Commit

Permalink
fix: improve JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Aug 30, 2024
1 parent 3891a6f commit d0ba07e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vike-vue/src/types/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ declare global {
Page?: Component

/**
* The result of this is injected at the start of `<body>`.
* Raw HTML injected at the start of `<body>`.
*
* https://vike.dev/bodyHtmlBegin
*/
bodyHtmlBegin?: BodyInjectHtml

/**
* The result of this is injected at the end of `<body>`.
* Raw HTML injected at the end of `<body>`.
*
* @default `<div id="teleported"></div>`
*
Expand Down

0 comments on commit d0ba07e

Please sign in to comment.