Skip to content

Commit 0eb1c5c

Browse files
PowerKiKiAndrewKushnir
authored andcommitted
docs(common): Minor typo in code example (angular#58085)
PR Close angular#58085
1 parent 06600d2 commit 0eb1c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/directives/ng_optimized_image/ng_optimized_image.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export interface ImagePlaceholderConfig {
258258
* {
259259
* provide: IMAGE_LOADER,
260260
* useValue: (config: ImageLoaderConfig) => {
261-
* return `https://example.com/${config.src}-${config.width}.jpg}`;
261+
* return `https://example.com/${config.src}-${config.width}.jpg`;
262262
* }
263263
* },
264264
* ],

0 commit comments

Comments
 (0)