Skip to content

Commit e68c59a

Browse files
alan-agius4clydin
authored andcommitted
docs: update inline option description
1 parent f0d18e9 commit e68c59a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/angular/cli/lib/config/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
"properties": {
760760
"inline": {
761761
"type": "boolean",
762-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
762+
"description": "Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file. This requires internet access.",
763763
"default": true
764764
}
765765
},

packages/angular_devkit/build_angular/src/browser/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"properties": {
104104
"inline": {
105105
"type": "boolean",
106-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
106+
"description": "Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file. This requires internet access.",
107107
"default": true
108108
}
109109
},

0 commit comments

Comments
 (0)