Skip to content

Commit 6982177

Browse files
alan-agius4dgp1130
authored andcommitted
docs(@angular-devkit/build-angular): add missing period in include description
(cherry picked from commit 378ec0b)
1 parent cc5505c commit 6982177

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/builders/karma

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/builders/karma/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"items": {
7171
"type": "string"
7272
},
73-
"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"
73+
"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."
7474
},
7575
"sourceMap": {
7676
"description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",

0 commit comments

Comments
 (0)