Skip to content

Commit

Permalink
chore: change example type deprecation jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbieGoede committed Nov 23, 2023
1 parent a2d7e82 commit ebcf9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export interface ModuleRuntimeHooks {
}

/**
* @deprecated Misspelling will be removed in the future
* @deprecated `RuntimeModuleHooks` is a deprecated naming and will be removed in the future. Please use `ModuleRuntimeHooks` instead.
*/
export interface RuntimeModuleHooks {
'my-module:runtime-hook': () => void
Expand Down

0 comments on commit ebcf9e4

Please sign in to comment.