Skip to content

Commit

Permalink
docs(common): clean up comment (#55088)
Browse files Browse the repository at this point in the history
PR Close #55088
  • Loading branch information
johnnygerard authored and atscott committed Mar 29, 2024
1 parent d10dc5c commit 10851d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ export class NgOptimizedImage implements OnInit, OnChanges, OnDestroy {

/**
* For responsive images: the intrinsic height of the image in pixels.
* For fixed size images: the desired rendered height of the image in pixels.* The intrinsic
* height of the image in pixels.
* For fixed size images: the desired rendered height of the image in pixels.
*/
@Input({transform: numberAttribute}) height: number | undefined;

Expand Down

0 comments on commit 10851d2

Please sign in to comment.