Skip to content

Commit

Permalink
Merge pull request #61 from hypothesis/fix-comment
Browse files Browse the repository at this point in the history
Improve comment for MountOptions.prepareContainer
  • Loading branch information
acelaya authored Dec 2, 2024
2 parents 2a13be9 + a4d76f4 commit bc6ae96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export type MountOptions = {
connected?: boolean;

/**
* When `connected` is true, allows to customize the container to which the
* wrapper is connected to.
* When `connected` is true, allows customizing the DOM container in which the
* component is mounted.
* Useful to add custom styles and such.
*/
prepareContainer?: (container: HTMLElement) => void;
Expand Down

0 comments on commit bc6ae96

Please sign in to comment.