Skip to content

Commit

Permalink
docs(@angular-devkit/build-angular): add missing period in include
Browse files Browse the repository at this point in the history
…description

(cherry picked from commit 378ec0b)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Feb 2, 2022
1 parent cc5505c commit 6982177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"items": {
"type": "string"
},
"description": "Globs of files to include, relative to workspace or project root. \nThere are 2 special cases:\n - when a path to directory is provided, all spec files ending \".spec.@(ts|tsx)\" will be included\n - when a path to a file is provided, and a matching spec file exists it will be included instead"
"description": "Globs of files to include, relative to workspace or project root. \nThere are 2 special cases:\n - when a path to directory is provided, all spec files ending \".spec.@(ts|tsx)\" will be included\n - when a path to a file is provided, and a matching spec file exists it will be included instead."
},
"sourceMap": {
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
Expand Down

0 comments on commit 6982177

Please sign in to comment.