Skip to content

Commit

Permalink
docs: tsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jan 13, 2025
1 parent bbec245 commit 42d4392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export type PrismicModuleOptions = Omit<
preview?: string | false

/**
* Whether or not to inject Prismic toolbar script.
* Whether to inject Prismic toolbar script.
*
* @remarks
* The toolbar script is required for previews to work.
Expand All @@ -92,7 +92,7 @@ export type PrismicModuleOptions = Omit<
toolbar?: boolean

/**
* Whether or not to enable the devtools UI.
* Whether to enable Prismic Nuxt DevTools integration.
*
* @defaultValue `true`
*/
Expand Down

0 comments on commit 42d4392

Please sign in to comment.