Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 15, 2023
1 parent 846d186 commit 459365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/inputgroup/importdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Code } from '../../domain/code';
})
export class ImportDoc {
code: Code = {
typescript: `import { InputGroup } from 'primeng/inputgroup';
typescript: `import { InputGroupModule } from 'primeng/inputgroup';
import { InputGroupAddon } from 'primeng/inputgroupaddon';`
};
}

0 comments on commit 459365c

Please sign in to comment.