Skip to content

Commit

Permalink
fix(core): missing space in image performance warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Nov 8, 2023
1 parent 1e87ce2 commit 83b523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/image_performance_warning.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function logLazyLCPWarning(src: string) {
console.warn(formatRuntimeError(
RuntimeErrorCode.IMAGE_PERFORMANCE_WARNING,
`An image with src ${src} is the Largest Contentful Paint (LCP) element ` +
`but was given a "loading" value of "lazy", which can negatively impact` +
`but was given a "loading" value of "lazy", which can negatively impact ` +
`application loading performance. This warning can be addressed by ` +
`changing the loading value of the LCP image to "eager", or by using the ` +
`NgOptimizedImage directive's prioritization utilities. For more ` +
Expand Down

0 comments on commit 83b523d

Please sign in to comment.