docs: remove surplus space

Remove surplus space from web worker description in Angular schematic collection.
This commit is contained in:
Nikita Poltoratsky 2019-04-11 00:42:24 +03:00 committed by Alex Eagle
parent 52a014dd23
commit 950ebafa2f

View File

@ -105,7 +105,7 @@
"aliases": ["web-worker", "worker"],
"factory": "./web-worker",
"schema": "./web-worker/schema.json",
"description": "Create a Web Worker ."
"description": "Create a Web Worker."
}
}
}