Skip to content

Commit

Permalink
chore(core): fixed comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed May 3, 2024
1 parent f634246 commit 616ec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/src/index.ts
Expand Up @@ -33,7 +33,7 @@ export function load(app: Application) {
*/

/**
* Interate over declaration definitions and to the container.
* Iterate over declaration definitions and to the container.
*/
Object.entries(declarations).forEach(([name, declaration]) => {
app.options.addDeclaration({
Expand Down

0 comments on commit 616ec5a

Please sign in to comment.