Skip to content

Commit 378ec0b

Browse files
alan-agius4dgp1130
authored andcommitted
docs(@angular-devkit/build-angular): add missing period in include description
1 parent 1842bd5 commit 378ec0b

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
@@ -126,7 +126,7 @@
126126
"items": {
127127
"type": "string"
128128
},
129-
"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"
129+
"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."
130130
},
131131
"sourceMap": {
132132
"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)