diff --git a/adev/src/content/reference/errors/NG0913.md b/adev/src/content/reference/errors/NG0913.md
index 083e7664d0d..7100277a49d 100644
--- a/adev/src/content/reference/errors/NG0913.md
+++ b/adev/src/content/reference/errors/NG0913.md
@@ -20,7 +20,7 @@ Use the image URL provided in the console warning to find the `
` element in
### Disabling Image Performance Warnings
Both warnings can be disabled individually, site-wide, using a provider at the root of your application:
-
+```typescript
providers: [
{
provide: IMAGE_CONFIG,
@@ -30,5 +30,4 @@ providers: [
}
},
],
-
-
+```
\ No newline at end of file