Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 22, 2023
1 parent 63b9ffa commit fdd129b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/blockui/documentdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Code } from '../../domain/code';
selector: 'block-ui-document-demo',
template: ` <section class="py-3">
<app-docsectiontext [title]="title" [id]="id">
<p>Enabling <i>fullScreen</i> property controls the document.</p>
<p>If the target element is not specified, BlockUI blocks the document by default.</p>
</app-docsectiontext>
<div class="card">
<p-blockUI [blocked]="blockedDocument"></p-blockUI>
Expand Down

0 comments on commit fdd129b

Please sign in to comment.