Skip to content

Commit

Permalink
docs: update inline option description
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and clydin committed Dec 9, 2020
1 parent f0d18e9 commit e68c59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
"properties": {
"inline": {
"type": "boolean",
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
"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.",
"default": true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"properties": {
"inline": {
"type": "boolean",
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
"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.",
"default": true
}
},
Expand Down

0 comments on commit e68c59a

Please sign in to comment.