docs: standardize spelling of tree-shakable (#24057)

PR Close #24057
This commit is contained in:
Vani
2018-05-22 14:44:51 -07:00
committed by Kara Erickson
parent 397530ab24
commit 67ad59c245
2 changed files with 10 additions and 4 deletions

View File

@ -38,6 +38,12 @@ import {defineInjectable} from './defs';
*
* @usageNotes
* ### Basic Example
* #### Tree-shakable InjectionToken
*
* {@example core/di/ts/injector_spec.ts region='ShakeableInjectionToken'}
*
* #### Plain InjectionToken
*
* {@example core/di/ts/injector_spec.ts region='InjectionToken'}
*