Skip to content

Commit 5a99e7e

Browse files
alan-agius4clydin
authored andcommitted
docs: update inline option description
(cherry picked from commit e68c59a)
1 parent bb3188b commit 5a99e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
"properties": {
726726
"inline": {
727727
"type": "boolean",
728-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
728+
"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.",
729729
"default": true
730730
}
731731
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"properties": {
8484
"inline": {
8585
"type": "boolean",
86-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
86+
"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.",
8787
"default": true
8888
}
8989
},

0 commit comments

Comments
 (0)