docs: fix a small typo in injectable decorator description (#30785)

PR Close #30785
This commit is contained in:
Tim Deschryver 2019-05-31 19:51:03 +02:00 committed by Misko Hevery
parent 8bedf50073
commit dd8cf19352

View File

@ -40,7 +40,7 @@ export interface InjectableDecorator {
* *
* The following example shows how service classes are properly marked as * The following example shows how service classes are properly marked as
* injectable. * injectable.
*Z *
* <code-example path="core/di/ts/metadata_spec.ts" region="Injectable"></code-example> * <code-example path="core/di/ts/metadata_spec.ts" region="Injectable"></code-example>
* *
*/ */